aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/powerdns-devel/Makefile3
-rw-r--r--dns/powerdns/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile
index 6d637fe1aa9b..1199389bcbf3 100644
--- a/dns/powerdns-devel/Makefile
+++ b/dns/powerdns-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= powerdns
PORTVERSION= 2.9.22.${SNAPSHOT}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://svn.powerdns.com/snapshots/${REVISION}/
@@ -142,7 +143,7 @@ PLIST_SUB+= WITHSQLITE3="@comment "
.endif
.if defined(WITH_OPENDBX)
-LIB_DEPENDS+= opendbx.[1-2]:${PORTSDIR}/databases/opendbx
+LIB_DEPENDS+= opendbx.3:${PORTSDIR}/databases/opendbx
CONFIGURE_MODULES+= "opendbx"
PLIST_SUB+= WITHOPENDBX=""
CXXFLAGS+= -L${LOCALBASE}/lib
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index 707bf863fa49..af912dd456d1 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -7,7 +7,7 @@
PORTNAME= powerdns
PORTVERSION= 2.9.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/ \
http://mirrors.evolva.ro/powerdns.com/releases/
@@ -110,7 +110,7 @@ PLIST_SUB+= WITHSQLITE3="@comment "
.endif
.if defined(WITH_OPENDBX)
-LIB_DEPENDS+= opendbx.[1-2]:${PORTSDIR}/databases/opendbx
+LIB_DEPENDS+= opendbx.3:${PORTSDIR}/databases/opendbx
CONFIGURE_MODULES+= "opendbx"
PLIST_SUB+= WITHOPENDBX=""
CXXFLAGS+= -L${LOCALBASE}/lib