diff options
Diffstat (limited to 'print/mftrace/Makefile')
-rw-r--r-- | print/mftrace/Makefile | 9 |
1 files changed, 7 insertions, 2 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 |