From f05a196966f570da0808841724bdd0734e4130c9 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Fri, 11 Oct 2019 12:52:39 +0200 Subject: [PATCH] security/acme-client: re-add bind-tools for nsupdate support --- security/acme-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index b4acd2868..04fd8bb27 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -2,6 +2,6 @@ PLUGIN_NAME= acme-client PLUGIN_VERSION= 1.27 PLUGIN_COMMENT= Let's Encrypt client PLUGIN_MAINTAINER= opnsense@moov.de -PLUGIN_DEPENDS= acme.sh +PLUGIN_DEPENDS= acme.sh bind-tools .include "../../Mk/plugins.mk"