diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-12-15 11:37:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-12-15 11:37:49 +0000 |
commit | 513495a09ac55a538fc1655de9e0e7ab1a92a0cd (patch) | |
tree | a28084950c2acb7d5d7bb615deeb4c9b0f7a9d18 /databases/postgresql91-server | |
parent | - Update devel/icu to 4.6 (diff) |
Chase devel/icu upgrade
Add an updating note
Notes
Notes:
svn path=/head/; revision=266338
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 70a32eca1050..dc3eb4f1c7a1 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-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 |