diff options
Diffstat (limited to 'databases/postgresql90-contrib/Makefile')
| -rw-r--r-- | databases/postgresql90-contrib/Makefile | 10 | 
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  | 
