From 513495a09ac55a538fc1655de9e0e7ab1a92a0cd Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 15 Dec 2010 11:37:49 +0000 Subject: Chase devel/icu upgrade Add an updating note --- databases/postgresql90-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql90-server') diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index 70a32eca1050..dc3eb4f1c7a1 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -97,8 +97,8 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off OPTIONS+= GSSAPI "BUild with GSSAPI support" on # See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU 3.x for unicode collation (server)" off -OPTIONS+= ICU4 "Use ICU 4.x for unicode collation (server)" off +OPTIONS+= ICU "Use ICU 4.6 for unicode collation (server)" off +OPTIONS+= ICU4 "Use ICU 4.4 for unicode collation (server)" off # See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info # (requires dump/restore if modified.) @@ -116,7 +116,7 @@ PATCHFILES+= pg-900-icu-2010-09-19.diff.gz:icu . if defined(WITH_ICU4) LIB_DEPENDS+= icudata.44:${PORTSDIR}/devel/icu4 . else -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.46:${PORTSDIR}/devel/icu . endif . endif -- cgit v1.2.3