diff options
author | kris <kris@FreeBSD.org> | 2006-02-28 17:42:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-28 17:42:33 +0800 |
commit | 91be0da637641a237b74a3be07703f479959e882 (patch) | |
tree | 0579807bbe86b3822c46186dad9ffbb3b8f04838 /lang/parrot | |
parent | bf68bdbca1f42f598b243b83ccd0886504f57bff (diff) | |
download | freebsd-ports-graphics-91be0da637641a237b74a3be07703f479959e882.tar.gz freebsd-ports-graphics-91be0da637641a237b74a3be07703f479959e882.tar.zst freebsd-ports-graphics-91be0da637641a237b74a3be07703f479959e882.zip |
Chase icudata shared library revision. The port is still broken because
it hard-codes libc_r.
Approved by: portmgr (implicit)
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 1a935cbd28b..ae1a7994a87 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -16,7 +16,7 @@ COMMENT= Parrot - virtual machine for dynamic languages BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ - icudata.32:${PORTSDIR}/devel/icu + icudata.34:${PORTSDIR}/devel/icu USE_PERL5= yes USE_GMAKE= yes |