diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
commit | 832fa9838ab1e4697a84f093306a5259c766afd6 (patch) | |
tree | e3db5d1ad3f330e38e50ecdcfc9753318db20ef1 /print/html2ps-letter | |
parent | 259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff) | |
download | freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.gz freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.zst freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.zip |
Use the new ghostscript options.
Submitted by: linimon
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r-- | print/html2ps-letter/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 142259b2d9a3..4cbed6dda03a 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -15,22 +15,16 @@ DISTNAME= html2ps-1.0b3 MAINTAINER= ports@FreeBSD.org COMMENT= HTML to PostScript converter -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif +USE_GHOSTSCRIPT_BUILD= yes BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ djpeg:${PORTSDIR}/graphics/jpeg \ giftopnm:${PORTSDIR}/graphics/netpbm \ - gs:${PORTSDIR}/${GSPORT} \ tex:${PORTSDIR}/print/teTeX \ - ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ weblint:${PORTSDIR}/www/weblint RUN_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick -site_perl= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} USE_PERL5= YES NO_BUILD= YES |