diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-07-07 16:22:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-07-07 16:22:54 +0000 |
commit | b2fa1c69a68bbc74a39079922b70eebc39ad2fd9 (patch) | |
tree | d2523571fe3308c1981c6321840734021baa4107 /lang | |
parent | 90b174bf8472485c11afb5e2848e6f61c88a365c (diff) | |
download | ports-b2fa1c69a68bbc74a39079922b70eebc39ad2fd9.tar.gz ports-b2fa1c69a68bbc74a39079922b70eebc39ad2fd9.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 4 |
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 |