diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2009-07-08 20:56:21 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2009-07-08 20:56:21 +0000 |
commit | d87d7b27d8da299ffca2d2a311541e4370822a70 (patch) | |
tree | 06069ada1a75e20c1448c1d665c5e57cf060959b /databases | |
parent | 5f3906c9363300a43225e3b730305c3eac467eea (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-contrib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql-contrib/Makefile b/databases/postgresql-contrib/Makefile index 4596b0870fdd..1be105a2a5cd 100644 --- a/databases/postgresql-contrib/Makefile +++ b/databases/postgresql-contrib/Makefile @@ -7,7 +7,7 @@ PORTNAME= postgresql PKGNAMESUFFIX= -contrib -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org @@ -39,9 +39,8 @@ SLAVE_ONLY= yes PKGMESSAGE= ${.CURDIR}/pkg-message .if ${PGSQL_VER} > 83 -CONFIGURE_ARGS+= --with-libxslt --with-libxml --with-ossp-uuid +CONFIGURE_ARGS+= --with-libxslt --with-libxml LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt xml2.5:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= ${LOCALBASE}/bin/uuid-config:${PORTSDIR}/misc/ossp-uuid .endif post-install: |