diff options
author | markd <markd@pkgsrc.org> | 2015-04-30 11:48:45 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-04-30 11:48:45 +0000 |
commit | fa303ced988d0d2770e8e19bf59ddf7d54c637dd (patch) | |
tree | 954cf75104a59cefd73916c8191510022b9350a8 /fonts/mftrace | |
parent | f8b6c8832b32ec91a6b41f83e26e403c5e73afce (diff) | |
download | pkgsrc-fa303ced988d0d2770e8e19bf59ddf7d54c637dd.tar.gz |
Depend on fonts/tex-metafont. Bump PKGREVISION.
Diffstat (limited to 'fonts/mftrace')
-rw-r--r-- | fonts/mftrace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index 0d955ed34a2..9c37971606b 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/04/30 11:48:45 markd Exp $ DISTNAME= mftrace-1.2.15 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts MASTER_SITES= http://lilypond.org/download/sources/mftrace/ @@ -14,6 +14,7 @@ DEPENDS+= autotrace>=0.31:../../graphics/autotrace DEPENDS+= potrace>=1.5:../../graphics/potrace DEPENDS+= fontforge>=20041115:../../fonts/fontforge DEPENDS+= t1utils>=1.27:../../fonts/t1utils +DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont USE_TOOLS+= gmake GNU_CONFIGURE= yes @@ -39,5 +40,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tfm.pyc ${DESTDIR}${PREFIX}/${PYSITELIB} .include "../../lang/python/application.mk" -.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |