aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-07-07 16:22:54 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-07-07 16:22:54 +0000
commitb2fa1c69a68bbc74a39079922b70eebc39ad2fd9 (patch)
treed2523571fe3308c1981c6321840734021baa4107 /lang/parrot
parent90b174bf8472485c11afb5e2848e6f61c88a365c (diff)
downloadports-b2fa1c69a68bbc74a39079922b70eebc39ad2fd9.tar.gz
ports-b2fa1c69a68bbc74a39079922b70eebc39ad2fd9.zip
Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
Notes
Notes: svn path=/head/; revision=391514
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index c2791f5c3530..2729cfe7e17e 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -13,8 +13,8 @@ COMMENT= Parrot - virtual machine for dynamic languages
LICENSE= ART20
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
- ${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \
- ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre
+ gm4:${PORTSDIR}/devel/m4 \
+ pcre-config:${PORTSDIR}/devel/pcre
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
libicudata.so:${PORTSDIR}/devel/icu