diff options
Diffstat (limited to 'print/mftrace')
-rw-r--r-- | print/mftrace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index cb6c81b47534..e44ed2cc3e55 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -8,6 +8,7 @@ PORTNAME= mftrace PORTVERSION= 1.0.29 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/ @@ -16,7 +17,7 @@ COMMENT= Scalable PostScript (Type1) Fonts for MetaFont RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \ t1asm:${PORTSDIR}/print/t1utils \ - pfaedit:${PORTSDIR}/print/pfaedit + fontforge:${PORTSDIR}/print/fontforge .if defined(WITH_POTRACE) RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace |