diff options
author | mi <mi@FreeBSD.org> | 2008-02-08 02:21:59 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-02-08 02:21:59 +0800 |
commit | 19afa8ed7c4baff2c209f8e11030c7ae6f840f4f (patch) | |
tree | 65c68785935bb447b41eeb5ae4021f799f88372d /lang/parrot | |
parent | 957207c45e9abd9588668ae519e76eed5f3b20c1 (diff) | |
download | freebsd-ports-gnome-19afa8ed7c4baff2c209f8e11030c7ae6f840f4f.tar.gz freebsd-ports-gnome-19afa8ed7c4baff2c209f8e11030c7ae6f840f4f.tar.zst freebsd-ports-gnome-19afa8ed7c4baff2c209f8e11030c7ae6f840f4f.zip |
Bump PORTREVISIONs of the three ports directly depending on devel/icu.
Why can't this sort of dependency be automatically monitored by the
package-building?..
In the case of parrot remove the gratuitous requirement for a particular
major shared library number for icudata. This will help avoid
port-building problems, when icu is upgraded again in the future.
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 929b10b3e9dc..05f89cc1b3b4 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -7,6 +7,7 @@ PORTNAME= parrot PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/R/RG/RGRJR/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ bison:${PORTSDIR}/devel/bison \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ - icudata.36:${PORTSDIR}/devel/icu + icudata:${PORTSDIR}/devel/icu USE_BISON= build USE_GCC= 3.4+ |