aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-01-30 13:45:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-01-30 13:45:50 +0000
commit9083493096e0f11baa3b399432687ea0dd775a29 (patch)
treeb6501f01fb0e912dc3e7a1692c68cae71bfbdf50 /databases/postgresql92-server/Makefile
parent82419fcd32079276eb352708504b94be57920513 (diff)
Fix ICU depend for postgresql10-server.
PR: 225049 Submitted by: mat Approved by: maintainer timeout Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=460386
Diffstat (limited to 'databases/postgresql92-server/Makefile')
-rw-r--r--databases/postgresql92-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 7947c668d594..7af26c29e519 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -88,6 +88,10 @@ XML_DESC= Build with XML data type
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
OPTIONS_DEFINE+= ICU
ICU_DESC= Use ICU for unicode collation
+.else
+CONFIGURE_ARGS+=--with-icu
+LIB_DEPENDS+= libicudata.so:devel/icu
+USES+= pkgconfig
.endif
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info