diff options
author | jgh <jgh@FreeBSD.org> | 2012-10-17 01:28:22 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-10-17 01:28:22 +0800 |
commit | aa27af33342de0178c72ffd7a12c9e75a3f2a091 (patch) | |
tree | a0923e137fb52d67e0c37233bf2f405745611172 /databases/postgresql92-contrib | |
parent | ae63a4b13550969698c3d5c21be3ec6223ec089f (diff) | |
download | freebsd-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/postgresql92-contrib')
-rw-r--r-- | databases/postgresql92-contrib/Makefile | 11 |
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 |