diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-02-07 18:21:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-02-07 18:21:59 +0000 |
commit | 481a8e595596af33e951945f7cd662a87cd48a42 (patch) | |
tree | 147fb7b5b14ce36d6a90019b258264e576321074 /lang/parrot | |
parent | 8451cdf6c14a2ae5ceb818dd853781bf4ca5db3f (diff) |
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.
Notes
Notes:
svn path=/head/; revision=206858
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+ |