diff options
Diffstat (limited to 'print/html2ps/Makefile')
-rw-r--r-- | print/html2ps/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index 51f94e82a5cc..f0832e2419eb 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -15,10 +15,10 @@ COMMENT= HTML to PostScript converter LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - weblint++:${PORTSDIR}/www/weblint++ \ - paperconf:${PORTSDIR}/print/libpaper +RUN_DEPENDS= mogrify:graphics/ImageMagick \ + p5-libwww>=0:www/p5-libwww \ + weblint++:www/weblint++ \ + paperconf:print/libpaper NO_BUILD= yes USES= ghostscript:run perl5 |