diff options
author | adam <adam@pkgsrc.org> | 2004-11-29 10:14:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-29 10:14:17 +0000 |
commit | ae385d15715e7a8d7aaa40335ea9230f1746a017 (patch) | |
tree | 219555191705723045040a982bba7df0db754a4f /fonts | |
parent | 9a0d03718358aa16dd92f58d912cdecd1ec737db (diff) | |
download | pkgsrc-ae385d15715e7a8d7aaa40335ea9230f1746a017.tar.gz |
Revision bump: depend on fontforge, after is has been renamed from pfaedit; depend on potrace
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mftrace/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index 7718c89ef19..e9a29ab5b6c 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/26 13:03:59 adam Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/29 10:14:17 adam Exp $ DISTNAME= mftrace-1.0.35 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/ @@ -9,7 +10,8 @@ HOMEPAGE= http://www.xs4all.nl/~hanwen/mftrace/ COMMENT= Scalable Fonts for MetaFont DEPENDS+= autotrace>=0.31:../../graphics/autotrace -DEPENDS+= pfaedit>=20030712:../../fonts/pfaedit +DEPENDS+= potrace>=1.5:../../graphics/potrace +DEPENDS+= fontforge>=20041115:../../fonts/fontforge DEPENDS+= t1utils>=1.27:../../fonts/t1utils DEPENDS+= teTeX>=2.0.2:../../print/teTeX |