diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
commit | b2c46c868cc96c81b525dff6d171894917d46f98 (patch) | |
tree | c66dd220e2259f4aa778ff1bb17f3f5de39db32d /net | |
parent | e9ef928f2046c0f8ce94551ee6e9d9ec43bd08e4 (diff) | |
download | freebsd-ports-b2c46c868cc96c81b525dff6d171894917d46f98.zip |
Chase libpq version bump.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9-dlz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind9-dlz/Makefile b/net/bind9-dlz/Makefile index 22b233180f77..e59212276486 100644 --- a/net/bind9-dlz/Makefile +++ b/net/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 |