aboutsummaryrefslogtreecommitdiff
path: root/print/mftrace/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-26 16:23:35 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-26 16:23:35 +0000
commitdd54fd956fca9de2df2359391736355bcea42a4b (patch)
tree029eb2574fc1cc32534eeec31bdf0825df5423f6 /print/mftrace/Makefile
parent0571d9c46a2fb4cf84b4bc14cf32e4a6177d2a7f (diff)
downloadports-dd54fd956fca9de2df2359391736355bcea42a4b.tar.gz
ports-dd54fd956fca9de2df2359391736355bcea42a4b.zip
Notes
Diffstat (limited to 'print/mftrace/Makefile')
-rw-r--r--print/mftrace/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile
index 00f504eb7123..fc834d69172e 100644
--- a/print/mftrace/Makefile
+++ b/print/mftrace/Makefile
@@ -7,10 +7,10 @@
#
PORTNAME= mftrace
-PORTVERSION= 1.1.8
-PORTREVISION= 1
+PORTVERSION= 1.2.14
CATEGORIES= print
-MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/
+MASTER_SITES= LOCAL/chinsan \
+ http://lilypond.org/download/sources/mftrace/
MAINTAINER= lioux@FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
@@ -20,8 +20,10 @@ RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \
fontforge:${PORTSDIR}/print/fontforge
.if defined(WITH_POTRACE)
+BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
.else
+BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
.endif