diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-01-23 20:36:58 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-01-23 20:36:58 +0000 |
commit | f2c674e5eff1f140b64ee6727fad9e8e500fc77e (patch) | |
tree | 35425753dcc67745d7fc13da2e9a4ebc6817aede /databases/postgresql91-contrib | |
parent | d8301fb64707d64f373254213b8c2ed03f6d31f0 (diff) | |
download | ports-f2c674e5eff1f140b64ee6727fad9e8e500fc77e.tar.gz ports-f2c674e5eff1f140b64ee6727fad9e8e500fc77e.zip |
Notes
Diffstat (limited to 'databases/postgresql91-contrib')
-rw-r--r-- | databases/postgresql91-contrib/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql91-contrib/Makefile b/databases/postgresql91-contrib/Makefile index 80248f9d16e5..4687e2d343f7 100644 --- a/databases/postgresql91-contrib/Makefile +++ b/databases/postgresql91-contrib/Makefile @@ -12,8 +12,8 @@ PKGNAMESUFFIX= -contrib MAINTAINER= crees@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt xml2.5:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid +LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ + xml2.5:${PORTSDIR}/textproc/libxml2 USE_PGSQL= yes DEFAULT_PGSQL_VER=91 @@ -25,9 +25,11 @@ BUILD_DIRS= src/port contrib INSTALL_DIRS= contrib SLAVE_ONLY= yes -CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-ossp-uuid +CONFIGURE_ARGS+=--with-libxslt --with-libxml LDFLAGS+= ${PTHREAD_LIBS} -L${PREFIX}/lib +OPTIONS= OSSP_UUID "Enable / disable ossp-uuid support" on + post-install: @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/extension/README |