diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-10-16 17:28:22 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-10-16 17:28:22 +0000 |
commit | 45efd07b44bf933aec7b162fb541445b0545fb6b (patch) | |
tree | a0923e137fb52d67e0c37233bf2f405745611172 /databases/postgresql91-contrib | |
parent | b89a85348a9f2c06bd370df0fbad42514b628a96 (diff) |
Notes
Diffstat (limited to 'databases/postgresql91-contrib')
-rw-r--r-- | databases/postgresql91-contrib/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/postgresql91-contrib/Makefile b/databases/postgresql91-contrib/Makefile index 9086e5c8f149..28268fc4c6e9 100644 --- a/databases/postgresql91-contrib/Makefile +++ b/databases/postgresql91-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 |