diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | b7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch) | |
tree | 1b6cdba0063a7653636c9b822f9b7e586ca8a359 /print/html2ps-letter | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) | |
download | ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip |
Notes
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 |