summaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-02-12 04:54:58 +0000
committerdinoex <dinoex@FreeBSD.org>2003-02-12 04:54:58 +0000
commit8e923efeff6dd3a99ae937122d32116832fd3e09 (patch)
tree969f2203054d45ff4927e021cd0e4b0dc10388f1 /dns
parentfcf6ded62824542c5e05c979c130d04928823f0b (diff)
downloadFreeBSD-ports-8e923efeff6dd3a99ae937122d32116832fd3e09.zip
FreeBSD-ports-8e923efeff6dd3a99ae937122d32116832fd3e09.tar.gz
- Fix LIB_DEPENDS after changes in bsd.port.mk
pq++.4 ist now an regular expression, and cant't be found. pq[+][+].4 is working as expected. no other ports depends on libpq++ in last INDEX.
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns-devel/Makefile2
-rw-r--r--dns/powerdns/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile
index ac8e87e..82757df 100644
--- a/dns/powerdns-devel/Makefile
+++ b/dns/powerdns-devel/Makefile
@@ -33,7 +33,7 @@ NO_DESCRIBE=yes
.endif
.if defined(WITH_POSTGRESQL_DRIVER) && !defined(WITHOUT_POSTGRESQL_DRIVER)
-LIB_DEPENDS= pq++.4:${PORTSDIR}/databases/postgresql-libpq++
+LIB_DEPENDS= pq[+][+].4:${PORTSDIR}/databases/postgresql-libpq++
CONFIGURE_ARGS+= --enable-pgsql
CONFIGURE_MODULES+= "gpgsql"
.else
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index ac8e87e..82757df 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -33,7 +33,7 @@ NO_DESCRIBE=yes
.endif
.if defined(WITH_POSTGRESQL_DRIVER) && !defined(WITHOUT_POSTGRESQL_DRIVER)
-LIB_DEPENDS= pq++.4:${PORTSDIR}/databases/postgresql-libpq++
+LIB_DEPENDS= pq[+][+].4:${PORTSDIR}/databases/postgresql-libpq++
CONFIGURE_ARGS+= --enable-pgsql
CONFIGURE_MODULES+= "gpgsql"
.else
OpenPOWER on IntegriCloud