Changeset ff9100c in wspkg-data
- Timestamp:
- Dec 19, 2021, 8:55:41 PM (5 months ago)
- Branches:
- master
- Children:
- 864349f
- Parents:
- c026a88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsbsd.files/patches/print_html2ps.patch
rc026a88 rff9100c 1 1 diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile 2 index ade49fadc83e..68af8b5e93b61006442 index d03fe002ecfa..ec26ca0c88ce 100644 3 3 --- a/print/html2ps/Makefile 4 4 +++ b/print/html2ps/Makefile 5 @@ -13,7 +13,7 @@ COMMENT= HTML to PostScript converter 6 LICENSE= GPLv2 7 LICENSE_FILE= ${WRKSRC}/COPYING 5 @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ 6 paperconf:print/libpaper 8 7 9 -RUN_DEPENDS= mogrify:graphics/ImageMagick6 \ 10 +RUN_DEPENDS= mogrify:graphics/ImageMagick7 \ 11 p5-libwww>=0:www/p5-libwww \ 12 weblint++:www/weblint++ \ 13 paperconf:print/libpaper 8 NO_BUILD= yes 9 -USES= ghostscript:run magick:6,run perl5 10 +USES= ghostscript:run magick:7,run perl5 11 12 SUB_FILES= html2psrc 13
Note: See TracChangeset
for help on using the changeset viewer.