diff options
author | asami <asami@FreeBSD.org> | 1998-08-31 13:16:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-31 13:16:21 +0000 |
commit | cb2ba2f1cc5d5e8ff0104bb93095f883ff842b17 (patch) | |
tree | 7a4f2d2a9dffb15111e0c3b9f44e8f7638626b1b /print/html2ps-letter | |
parent | 8736fd767c21f73e051a7bc77a9e9f0c68181d2e (diff) | |
download | FreeBSD-ports-cb2ba2f1cc5d5e8ff0104bb93095f883ff842b17.zip FreeBSD-ports-cb2ba2f1cc5d5e8ff0104bb93095f883ff842b17.tar.gz |
p5-PerlMagick is included in ImageMagick now.
Diffstat (limited to 'print/html2ps-letter')
-rw-r--r-- | print/html2ps-letter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 6d17892..77c6dc8 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.8 1997/11/17 16:18:35 rse Exp $ +# $Id: Makefile,v 1.1.1.1 1998/05/17 20:14:39 andreas Exp $ # DISTNAME= html2ps-1.0b1 @@ -16,7 +16,6 @@ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ djpeg:${PORTSDIR}/graphics/jpeg \ giftopnm:${PORTSDIR}/graphics/netpbm \ - ${site_perl}/Image/Magick.pm:${PORTSDIR}/graphics/p5-PerlMagick \ gs:${PORTSDIR}/print/ghostscript5 \ tex:${PORTSDIR}/print/teTeX \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |