summaryrefslogtreecommitdiff
path: root/print/html2ps
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-08 20:46:18 +0000
committertonio <tonio@pkgsrc.org>2005-11-08 20:46:18 +0000
commit3317c4d90706af956004ae514b6b600d85c40ccf (patch)
treedabd0eb69bb52137bf2f0110711aa09dfea1b1ef /print/html2ps
parent850cf4e4e87a0ec5216164e0d8a15cd5e864bbfd (diff)
downloadpkgsrc-3317c4d90706af956004ae514b6b600d85c40ccf.tar.gz
Convert to use tex.buidllink3.mk
Diffstat (limited to 'print/html2ps')
-rw-r--r--print/html2ps/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index f5f45f446a4..5a8348871bf 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/07/16 01:19:18 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/11/08 20:46:18 tonio Exp $
#
DISTNAME= html2ps-1.0b4
@@ -14,10 +14,10 @@ DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
DEPENDS+= jpeg>=6b:../../graphics/jpeg
DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
-DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX3-bin
DEPENDS+= weblint-[0-9]*:../../www/weblint
USE_TOOLS+= perl:run
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
NO_CONFIGURE= yes
NO_BUILD= yes
@@ -28,4 +28,5 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/lib/html2ps/sample.rc
.include "../../mk/ghostscript.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"