From 438030d9d7cc7f4a0ac1e7c0a2cc044646188bdd Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 11 Jun 2018 08:58:00 +0200 Subject: [PATCH] dns/rfc2136: update bind --- dns/rfc2136/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index 709763c95..451395bc1 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -3,6 +3,6 @@ PLUGIN_VERSION= 1.2 PLUGIN_REVISION= 1 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org -PLUGIN_DEPENDS= bind911 +PLUGIN_DEPENDS= bind913 .include "../../Mk/plugins.mk"