aboutsummaryrefslogtreecommitdiff
path: root/print/mftrace
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2011-08-16 15:04:42 +0000
committerNicola Vitale <nivit@FreeBSD.org>2011-08-16 15:04:42 +0000
commitdc4ae4d45fe2bb67d228eb979e049100479e4278 (patch)
tree9ca84b00f8a2e86f2a6fb5709a75e64c9fd45a63 /print/mftrace
parent4cce057db87c757a571e85d2dee55f20c8cef6e1 (diff)
downloadports-dc4ae4d45fe2bb67d228eb979e049100479e4278.tar.gz
ports-dc4ae4d45fe2bb67d228eb979e049100479e4278.zip
- Use graphics/potrace as default images converter,
because it has no dependencies and is much faster then graphics/autotrace - Bump PORTREVISION (changed dependency) Suggested by: Michael Bax <mbax at stanford.edu> (via private email)
Notes
Notes: svn path=/head/; revision=279815
Diffstat (limited to 'print/mftrace')
-rw-r--r--print/mftrace/Makefile10
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