summaryrefslogtreecommitdiff
path: root/print/html2ps
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
committerjlam <jlam@pkgsrc.org>2002-09-13 06:53:31 +0000
commit1293a34c3ecc1180b38cf0663789b8d08112bef8 (patch)
treed2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/html2ps
parent477c5648f179561a49b3c4d332b367e16a2fb0f1 (diff)
downloadpkgsrc-1293a34c3ecc1180b38cf0663789b8d08112bef8.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"