aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-21 11:29:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-21 11:29:39 +0000
commit0f7dd6a987198d0c1910a87834670e4da9d7ff76 (patch)
tree11c850b03c8e316ca48b20f0ab1d6b893af302a1 /lang/parrot/Makefile
parent8b1ebe2ae2a21c3fb81dd92c09265aac19f479de (diff)
downloadports-0f7dd6a987198d0c1910a87834670e4da9d7ff76.tar.gz
ports-0f7dd6a987198d0c1910a87834670e4da9d7ff76.zip
- Update to 4.3.0
- Sort BUILD_DEPENDS - Remove trailing blank line in Makefile.common - Pet portlint: remove ABI version number from LIB_DEPENDS Changes: http://www.parrot.org/news/2012/Parrot-4.3.0 http://www.parrot.org/news/2012/Parrot-4.2.0 http://www.parrot.org/news/2012/Parrot-4.1.0
Notes
Notes: svn path=/head/; revision=297106
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r--lang/parrot/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 7ff36890728d..b51e1d8ca356 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -15,17 +15,17 @@ COMMENT= Parrot - virtual machine for dynamic languages
LICENSE= ART20
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
- ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
+BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
+ ${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \
${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
- icudata.48:${PORTSDIR}/devel/icu
+LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
+ icudata:${PORTSDIR}/devel/icu
MAKE_JOBS_UNSAFE= yes
USE_BZIP2= yes
USE_BISON= build
-USE_PERL5= 5.8.0+
+USE_PERL5= yes
USE_GMAKE= yes
USE_LDCONFIG= yes