diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-08-16 15:04:42 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-08-16 15:04:42 +0000 |
commit | dc4ae4d45fe2bb67d228eb979e049100479e4278 (patch) | |
tree | 9ca84b00f8a2e86f2a6fb5709a75e64c9fd45a63 /print | |
parent | 4cce057db87c757a571e85d2dee55f20c8cef6e1 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/mftrace/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index be130d0f1482..3e302634f9d3 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -8,7 +8,7 @@ PORTNAME= mftrace PORTVERSION= 1.2.16 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://lilypond.org/download/sources/mftrace/ \ LOCAL/nivit/${PORTNAME}/ @@ -20,12 +20,12 @@ RUN_DEPENDS= mktextfm:${PORTSDIR}/print/teTeX \ t1asm:${PORTSDIR}/print/t1utils \ fontforge:${PORTSDIR}/print/fontforge -.if defined(WITH_POTRACE) -BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace -RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace -.else +.if defined(WITH_AUTOTRACE) BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace +.else +BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace +RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace .endif USE_PYTHON= yes |