diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 19:49:52 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 19:49:52 +0000 |
commit | 5517232822d2900f2cb5903f91073d6ddcf8468b (patch) | |
tree | f3f1caa4c35f391f04867ce4de1cea3258ac212f /fonts/mftrace/Makefile | |
parent | 479866184edc7ed04e1bf05b98d081ca6ba76db8 (diff) | |
download | pkgsrc-5517232822d2900f2cb5903f91073d6ddcf8468b.tar.gz |
converted to use tex.buildlink3.mk
Diffstat (limited to 'fonts/mftrace/Makefile')
-rw-r--r-- | fonts/mftrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index cd616be41eb..5b7bfb00488 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:52 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/08 19:49:52 tonio Exp $ DISTNAME= mftrace-1.1.1 PKGREVISION= 1 @@ -13,7 +13,6 @@ DEPENDS+= autotrace>=0.31:../../graphics/autotrace DEPENDS+= potrace>=1.5:../../graphics/potrace DEPENDS+= fontforge>=20041115:../../fonts/fontforge DEPENDS+= t1utils>=1.27:../../fonts/t1utils -DEPENDS+= teTeX>=2.0.2:../../print/teTeX USE_TOOLS+= gmake GNU_CONFIGURE= yes @@ -39,4 +38,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tfm.pyc ${PREFIX}/${PYSITELIB} .include "../../lang/python/application.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |