summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2010-10-26 12:34:27 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2010-10-26 12:34:27 +0000
commit799c029c0d6b420a57acf7335b647c11ab195ef2 (patch)
tree2a28565b1cc77fa94bd0d5c84f3c24b4c58d1c84 /databases/postgresql91-server
parentOptimization: don't call times()->getrusage() on FreeBSD >= 7.0 when not needed. (diff)
Make postgresql90-client depend on libxml. Technically it does not depend on libxml,
only postgresql90-server does, but since we don't want two different pg_config setups, one for client and one for server, I'm bringing the libxml dependency on board until I can find out a better way to solve this.
Notes
Notes: svn path=/head/; revision=263611
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r--databases/postgresql91-server/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 4829c7f2de9f..3003adb203fc 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -139,9 +139,7 @@ USE_OPENLDAP= YES
. if defined(WITH_XML)
CONFIGURE_ARGS+=--with-libxml
-. if defined (SERVER_ONLY)
LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
-. endif
. endif
. if defined(WITH_TZDATA)