summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2009-07-08 20:56:21 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2009-07-08 20:56:21 +0000
commitd87d7b27d8da299ffca2d2a311541e4370822a70 (patch)
tree06069ada1a75e20c1448c1d665c5e57cf060959b /databases
parentUse correct path for strip. (diff)
ossp-uuid conflicts with e2fsprogs-libuuid, which is used by Xorg,
so it is not reasonable to depend on it. Pointed out by Kostik Belousov
Notes
Notes: svn path=/head/; revision=237445
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-contrib/Makefile5
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: