diff options
author | nork <nork@FreeBSD.org> | 2004-05-03 07:06:11 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-05-03 07:06:11 +0000 |
commit | 86320c5bc5eedb9b3db81aafd67f5e3f690755f4 (patch) | |
tree | 2c59199286d1cae927b1733ddfaae5409247bbe5 /print | |
parent | fd525b02a28619e3eb13362e8e3518f192b179fd (diff) | |
download | FreeBSD-ports-86320c5bc5eedb9b3db81aafd67f5e3f690755f4.zip FreeBSD-ports-86320c5bc5eedb9b3db81aafd67f5e3f690755f4.tar.gz |
o Chase dependency on print/pfaedit -> print/fontforge.
o Bump PORTREVISION accordingly.
Pointed out by: Hermes Trismegistus <hermes@trismegistus.net>
Diffstat (limited to 'print')
-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 cb6c81b..e44ed2c 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 |