diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 6f548745b..494c9206a 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= bind PLUGIN_VERSION= 0.7 PLUGIN_COMMENT= BIND domain name service -PLUGIN_DEPENDS= bind913 +PLUGIN_DEPENDS= bind912 PLUGIN_MAINTAINER= m.muenz@gmail.com PLUGIN_DEVEL= yes diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index c19788c79..a62cfadea 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -2,6 +2,6 @@ PLUGIN_NAME= rfc2136 PLUGIN_VERSION= 1.3 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org -PLUGIN_DEPENDS= bind913 +PLUGIN_DEPENDS= bind912 .include "../../Mk/plugins.mk" diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index df5d3f60d..ce7f0b7b8 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -3,6 +3,6 @@ PLUGIN_VERSION= 1.15 PLUGIN_REVISION= 2 PLUGIN_COMMENT= Let's Encrypt client PLUGIN_MAINTAINER= opnsense@moov.de -PLUGIN_DEPENDS= acme.sh bind913 +PLUGIN_DEPENDS= acme.sh bind912 .include "../../Mk/plugins.mk"