diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-10 21:06:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-10 21:06:39 +0000 |
commit | 10f5e8576fb1331bc700551cee28ba4b68c1f450 (patch) | |
tree | 5c629b4bf5189b0863629ff754faa24f7b96107c /lang/parrot | |
parent | a051292cd3a4a3b1f819a0e74b2ca97df8bce860 (diff) | |
download | ports-10f5e8576fb1331bc700551cee28ba4b68c1f450.tar.gz ports-10f5e8576fb1331bc700551cee28ba4b68c1f450.zip |
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 39386467b2b1..6c75529c2a13 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -7,6 +7,7 @@ PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/ @@ -17,7 +18,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - icudata.46:${PORTSDIR}/devel/icu + icudata.48:${PORTSDIR}/devel/icu BROKEN= incomplete plist |