From ec763040d03e85fc535bfd1feac8205f3f6b03cd Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Wed, 20 Sep 2006 09:00:40 +0000 Subject: Update the patch to be more agnostic with regards to the version of icu. It now links with icu-3.6 as well as the earlier versions. --- databases/postgresql80-server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql80-server/Makefile') diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile index 813b3ec7f78c..e909daf1aa22 100644 --- a/databases/postgresql80-server/Makefile +++ b/databases/postgresql80-server/Makefile @@ -112,9 +112,9 @@ USE_BISON= yes . if defined(SERVER_ONLY) && defined(WITH_ICU) USE_AUTOTOOLS= autoconf:253 CONFIGURE_ARGS+=--with-icu -LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu +LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -PATCHFILES+= pg-806-icu-34-2006-01-09.diff.gz:icu +PATCHFILES+= pg-808-icu-xx-2006-09-20.diff.gz:icu . endif PATCH_DIST_STRIP=-p1 -- cgit v1.2.3