From 45efd07b44bf933aec7b162fb541445b0545fb6b Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Tue, 16 Oct 2012 17:28:22 +0000 Subject: - adopt optionsNG with hat pgsql@ Feature safe: yes --- databases/postgresql90-contrib/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/postgresql90-contrib') 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 +# Created by: Palle Girgensohn # # $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 -- cgit v1.2.3