diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 20:46:18 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 20:46:18 +0000 |
commit | 3317c4d90706af956004ae514b6b600d85c40ccf (patch) | |
tree | dabd0eb69bb52137bf2f0110711aa09dfea1b1ef | |
parent | 850cf4e4e87a0ec5216164e0d8a15cd5e864bbfd (diff) | |
download | pkgsrc-3317c4d90706af956004ae514b6b600d85c40ccf.tar.gz |
Convert to use tex.buidllink3.mk
-rw-r--r-- | print/dvipng/Makefile | 4 | ||||
-rw-r--r-- | print/html2ps/Makefile | 5 | ||||
-rw-r--r-- | print/magicfilter/Makefile | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile index 06f1d8b002b..a13cc04dc6a 100644 --- a/print/dvipng/Makefile +++ b/print/dvipng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:06 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/11/08 20:46:18 tonio Exp $ DISTNAME= dvipng-1.0 PKGREVISION= 2 @@ -20,6 +20,6 @@ BUILDLINK_DEPENDS.freetype2?= freetype2>=2.1.3 .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.include "../../print/teTeX-bin/kpathsea.buildlink3.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 5c9392d71a4..15e88b4461b 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/07/18 02:37:22 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2005/11/08 20:46:18 tonio Exp $ DISTNAME= magicfilter-1.2 PKGREVISION= 4 @@ -12,13 +12,13 @@ COMMENT= Customizable, extensible automatic printer filter # DEPENDS+= a2ps-[0-9]*:../../print/a2ps DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm -DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin DEPENDS+= papersize-[0-9]*:../../print/papersize USE_TOOLS+= gmake gzip GNU_CONFIGURE= yes CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} +LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 PLIST_SRC= ${WRKDIR}/PLIST @@ -45,4 +45,5 @@ post-install: @${ECHO} "@dirrm ${FILTER_DIR}" >>${PLIST_SRC} .include "../../mk/ghostscript.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |