diff options
author | adam <adam> | 2004-11-29 10:14:17 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-29 10:14:17 +0000 |
commit | 073c2ce46cd07e7192cb178a4de7348ffae6c902 (patch) | |
tree | 219555191705723045040a982bba7df0db754a4f /fonts | |
parent | e966c32a24c316ea1b1f75800edcd774e9368e77 (diff) | |
download | pkgsrc-073c2ce46cd07e7192cb178a4de7348ffae6c902.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 |