aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /lang/parrot
parent4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff)
downloadports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz
ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 9efcc4969486..2909e207da49 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -12,11 +12,11 @@ COMMENT= Parrot - virtual machine for dynamic languages
LICENSE= ART20
-BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
- gm4:${PORTSDIR}/devel/m4 \
- pcre-config:${PORTSDIR}/devel/pcre
-LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
- libicudata.so:${PORTSDIR}/devel/icu
+BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \
+ gm4:devel/m4 \
+ pcre-config:devel/pcre
+LIB_DEPENDS= libgmp.so:math/gmp \
+ libicudata.so:devel/icu
OPTIONS_DEFINE= DOCS