diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-11 05:06:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-11 05:06:39 +0800 |
commit | 30858ea3c41de585d455dc6029297d527152e391 (patch) | |
tree | 489557449bc9d7c0c9f93cefc244761d234d7cc9 /lang/parrot | |
parent | cfdfe1cdf585ce367ae48ea29774ca3c7057d108 (diff) | |
download | freebsd-ports-gnome-30858ea3c41de585d455dc6029297d527152e391.tar.gz freebsd-ports-gnome-30858ea3c41de585d455dc6029297d527152e391.tar.zst freebsd-ports-gnome-30858ea3c41de585d455dc6029297d527152e391.zip |
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
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 |