diff options
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 |