summaryrefslogtreecommitdiff
path: root/print/html2ps
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-13 06:53:31 +0000
committerjlam <jlam>2002-09-13 06:53:31 +0000
commit10035fcdc6e26e1c5e9db5abf0df0105d66671b5 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/html2ps
parent0a2a39bebc50e86a43dd22a214e196bb2116d058 (diff)
downloadpkgsrc-10035fcdc6e26e1c5e9db5abf0df0105d66671b5.tar.gz
Use ghostscript.mk.
Diffstat (limited to 'print/html2ps')
-rw-r--r--print/html2ps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index 8c31612279c..a935b63fa66 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:35 fredb Exp $
+# $NetBSD: Makefile,v 1.9 2002/09/13 06:53:41 jlam Exp $
#
DISTNAME= html2ps-1.0b1
@@ -11,7 +11,6 @@ HOMEPAGE= http://www.tdb.uu.se/~jan/html2ps.html
COMMENT= HTML to PostScript converter
DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
-DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
@@ -28,4 +27,5 @@ do-install:
@cd ${WRKSRC} && ./install ${PREFIX}
@${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/share/html2ps/sample.rc
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"