aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind9-dlz
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-04 23:53:39 +0800
committerseanc <seanc@FreeBSD.org>2003-01-04 23:53:39 +0800
commit7a4235bd87966a4520aa5d2fd21abe0a5207c0d6 (patch)
treefd0f8a3c3c97bdaf70a19f3c37d60eb594efca77 /dns/bind9-dlz
parent880560345484112b8efb832f54fd47105704bc7e (diff)
downloadfreebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz
freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.zst
freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip
Chase libpq version bump.
Diffstat (limited to 'dns/bind9-dlz')
-rw-r--r--dns/bind9-dlz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile
index 22b233180f77..e59212276486 100644
--- a/dns/bind9-dlz/Makefile
+++ b/dns/bind9-dlz/Makefile
@@ -17,6 +17,7 @@ DISTFILES= bind-${ISCVERSION}.tar.gz \
MAINTAINER= dinoex@FreeBSD.org
+POSTGRESQL_PORT?= databases/postgresql7
MASTER_SITES_DLZ= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bind-dlz/:dlz
@@ -31,7 +32,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps
.endif
.if defined(WITH_POSTGRESQL_DRIVER)
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+= --with-dlz-postgres
.endif