diff options
author | tonio <tonio> | 2005-11-08 20:46:18 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-11-08 20:46:18 +0000 |
commit | 3bad494dcb4b70345869ff0461a27746e4c00e38 (patch) | |
tree | dabd0eb69bb52137bf2f0110711aa09dfea1b1ef /print/html2ps | |
parent | c27db73b54e126c88ea871231b5d85c73b9efd2b (diff) | |
download | pkgsrc-3bad494dcb4b70345869ff0461a27746e4c00e38.tar.gz |
Convert to use tex.buidllink3.mk
Diffstat (limited to 'print/html2ps')
-rw-r--r-- | print/html2ps/Makefile | 5 |
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" |