aboutsummaryrefslogtreecommitdiff
path: root/print/mftrace
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /print/mftrace
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'print/mftrace')
-rw-r--r--print/mftrace/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile
index f1bd238cedb3..36219cdeb615 100644
--- a/print/mftrace/Makefile
+++ b/print/mftrace/Makefile
@@ -11,15 +11,15 @@ MASTER_SITES= http://lilypond.org/download/sources/mftrace/ \
MAINTAINER= nivit@FreeBSD.org
COMMENT= Scalable PostScript (Type1) Fonts for MetaFont
-RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils \
- fontforge:${PORTSDIR}/print/fontforge
+RUN_DEPENDS= t1asm:print/t1utils \
+ fontforge:print/fontforge
.if defined(WITH_AUTOTRACE)
-BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
-RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
+BUILD_DEPENDS+= autotrace:graphics/autotrace
+RUN_DEPENDS+= autotrace:graphics/autotrace
.else
-BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
-RUN_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
+BUILD_DEPENDS+= potrace:graphics/potrace
+RUN_DEPENDS+= potrace:graphics/potrace
.endif
# Python3 ready