From 1a41b91414a7580cb9ac03bc5f80aea29259a912 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Thu, 3 Aug 2017 15:53:34 +0200 Subject: [PATCH] security/acme-client: depends on BIND to support nsupdate --- 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 badc3facf..df91f3e27 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -2,6 +2,6 @@ PLUGIN_NAME= acme-client PLUGIN_VERSION= 1.8 PLUGIN_COMMENT= Let's Encrypt client PLUGIN_MAINTAINER= opnsense@moov.de -PLUGIN_DEPENDS= acme.sh +PLUGIN_DEPENDS= acme.sh bind911 .include "../../Mk/plugins.mk"