1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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.
This commit is contained in:
Palle Girgensohn 2010-10-26 12:34:27 +00:00
parent cb0a4e9aae
commit 799c029c0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263611
4 changed files with 1 additions and 6 deletions

View File

@ -9,6 +9,7 @@
PORTNAME= postgresql
PKGNAMESUFFIX= -client
PORTREVISION= 1
COMMENT= PostgreSQL database (client)

View File

@ -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)

View File

@ -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)

View File

@ -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)