From aba4bd20e8a6d9c297c90fd8f832041342205ab8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 27 Nov 2023 10:04:38 +0100 Subject: [PATCH] dns/ddclient: moving back to FreeBSD port --- dns/ddclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 567fd84b0..f21eeef03 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.17 -PLUGIN_DEPENDS= ddclient-devel py${PLUGIN_PYTHON}-boto3 +PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org