aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql92-contrib
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-10-16 17:28:22 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-10-16 17:28:22 +0000
commit45efd07b44bf933aec7b162fb541445b0545fb6b (patch)
treea0923e137fb52d67e0c37233bf2f405745611172 /databases/postgresql92-contrib
parentb89a85348a9f2c06bd370df0fbad42514b628a96 (diff)
downloadports-45efd07b44bf933aec7b162fb541445b0545fb6b.tar.gz
ports-45efd07b44bf933aec7b162fb541445b0545fb6b.zip
Notes
Diffstat (limited to 'databases/postgresql92-contrib')
-rw-r--r--databases/postgresql92-contrib/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/postgresql92-contrib/Makefile b/databases/postgresql92-contrib/Makefile
index 53804fc269b4..8a14b4b226b2 100644
--- a/databases/postgresql92-contrib/Makefile
+++ b/databases/postgresql92-contrib/Makefile
@@ -1,9 +1,6 @@
-# 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$
-#
PORTNAME= postgresql
CATEGORIES= databases
@@ -25,10 +22,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}/extension/README