summaryrefslogtreecommitdiff
path: root/print/html2ps
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-11-28 06:41:20 +0000
committerjlam <jlam@pkgsrc.org>2005-11-28 06:41:20 +0000
commite6e49a2f0f499b5bffcaf043e9b4f7727b7ebd6f (patch)
tree97d106419153be05872243d53d0c35426e7d6dc6 /print/html2ps
parentec87e5b5a9978501b8e3859f3bbbcb61cf88d32c (diff)
downloadpkgsrc-e6e49a2f0f499b5bffcaf043e9b4f7727b7ebd6f.tar.gz
Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
Diffstat (limited to 'print/html2ps')
-rw-r--r--print/html2ps/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index beb2649886d..3a34fa12998 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/11/11 18:50:24 tonio Exp $
+# $NetBSD: Makefile,v 1.18 2005/11/28 06:41:21 jlam Exp $
#
DISTNAME= html2ps-1.0b4
@@ -16,7 +16,7 @@ DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= weblint-[0-9]*:../../www/weblint
-USE_TOOLS+= perl:run
+USE_TOOLS+= gs:run perl:run
TEX_ACCEPTED= teTeX1 teTeX2 teTeX3
NO_CONFIGURE= yes
@@ -27,6 +27,5 @@ do-install:
@cd ${WRKSRC} && ./install ${PREFIX}
@${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/lib/html2ps/sample.rc
-.include "../../mk/ghostscript.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"