aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-contrib
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-10-17 01:28:22 +0800
committerjgh <jgh@FreeBSD.org>2012-10-17 01:28:22 +0800
commitaa27af33342de0178c72ffd7a12c9e75a3f2a091 (patch)
treea0923e137fb52d67e0c37233bf2f405745611172 /databases/postgresql90-contrib
parentae63a4b13550969698c3d5c21be3ec6223ec089f (diff)
downloadfreebsd-ports-gnome-aa27af33342de0178c72ffd7a12c9e75a3f2a091.tar.gz
freebsd-ports-gnome-aa27af33342de0178c72ffd7a12c9e75a3f2a091.tar.zst
freebsd-ports-gnome-aa27af33342de0178c72ffd7a12c9e75a3f2a091.zip
- adopt optionsNG
with hat pgsql@ Feature safe: yes
Diffstat (limited to 'databases/postgresql90-contrib')
-rw-r--r--databases/postgresql90-contrib/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql90-contrib/Makefile b/databases/postgresql90-contrib/Makefile
index 83de13e1217c..c97a7286f132 100644
--- a/databases/postgresql90-contrib/Makefile
+++ b/databases/postgresql90-contrib/Makefile
@@ -1,6 +1,4 @@
-# New ports collection makefile for: postgresql-contrib
-# Date created: June 10, 2003
-# Whom: Palle Girgensohn <girgen@pingpong.net>
+# Created by: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
@@ -26,10 +24,12 @@ BUILD_DIRS= src/port contrib
INSTALL_DIRS= contrib
SLAVE_ONLY= yes
-CONFIGURE_ARGS+=--with-libxslt --with-libxml
+CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl
LDFLAGS+= ${PTHREAD_LIBS} -L${PREFIX}/lib
-OPTIONS= OSSP_UUID "Enable / disable ossp-uuid support" on
+OPTIONS_DEFINE= OSSP_UUID
+OSSP_UUID_DESC= Enable / disable ossp-uuid support
+OPTIONS_DEFAULT= OSSP_UUID
post-install:
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README