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/postgresql90-contrib | |
parent | d8301fb64707d64f373254213b8c2ed03f6d31f0 (diff) | |
download | ports-f2c674e5eff1f140b64ee6727fad9e8e500fc77e.tar.gz ports-f2c674e5eff1f140b64ee6727fad9e8e500fc77e.zip |
Notes
Diffstat (limited to 'databases/postgresql90-contrib')
-rw-r--r-- | databases/postgresql90-contrib/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql90-contrib/Makefile b/databases/postgresql90-contrib/Makefile index 1b028084066e..803c3fd44c45 100644 --- a/databases/postgresql90-contrib/Makefile +++ b/databases/postgresql90-contrib/Makefile @@ -13,8 +13,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=90 @@ -26,9 +26,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}/contrib/README |