diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-15 22:36:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-15 22:36:02 +0000 |
commit | 3dde356876d369406e14aeb579f4487e5fc3ce13 (patch) | |
tree | 1a8356d04c37c05b4beee585c621c61e069087f4 /print/mftrace | |
parent | 6c5333c7a2ab4bf2940cd2554c33a5c259340476 (diff) | |
download | ports-3dde356876d369406e14aeb579f4487e5fc3ce13.tar.gz ports-3dde356876d369406e14aeb579f4487e5fc3ce13.zip |
Notes
Diffstat (limited to 'print/mftrace')
-rw-r--r-- | print/mftrace/Makefile | 9 | ||||
-rw-r--r-- | print/mftrace/distinfo | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index 2447320989a3..670b2d9b36f6 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mftrace -PORTVERSION= 1.0.24 +PORTVERSION= 1.0.26 CATEGORIES= print MASTER_SITES= http://www.xs4all.nl/~hanwen/mftrace/ @@ -15,10 +15,15 @@ MAINTAINER= atamaniuk-ports@frobs.net COMMENT= Scalable PostScript (Type1) Fonts for MetaFont RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \ - autotrace:${PORTSDIR}/graphics/autotrace \ t1asm:${PORTSDIR}/print/t1utils \ pfaedit:${PORTSDIR}/print/pfaedit +.if defined(WITH_POTRACE) +RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace +.else +RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace +.endif + USE_GETOPT_LONG=yes USE_PYTHON= yes GNU_CONFIGURE= yes diff --git a/print/mftrace/distinfo b/print/mftrace/distinfo index a8c80804089c..e96afbd00c24 100644 --- a/print/mftrace/distinfo +++ b/print/mftrace/distinfo @@ -1 +1 @@ -MD5 (mftrace-1.0.24.tar.gz) = d6070391699a2e8446015af53dfa02f5 +MD5 (mftrace-1.0.26.tar.gz) = 15e384bba8d321628db2eab563904dda |