aboutsummaryrefslogtreecommitdiffstats
path: root/net/powerdns
diff options
context:
space:
mode:
Diffstat (limited to 'net/powerdns')
-rw-r--r--net/powerdns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/powerdns/Makefile b/net/powerdns/Makefile
index ac8e87e0ecdf..82757df90edd 100644
--- a/net/powerdns/Makefile
+++ b/net/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