From 4817c184f03c0822c63b1614df2dbf60a00384dd Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 13 Dec 2022 15:22:32 +0100 Subject: [PATCH] net/upnp: switch to other version --- net/upnp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/upnp/Makefile b/net/upnp/Makefile index 145438e56..f96762686 100644 --- a/net/upnp/Makefile +++ b/net/upnp/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= upnp PLUGIN_VERSION= 1.4 PLUGIN_REVISION= 2 -PLUGIN_DEPENDS= miniupnpd +PLUGIN_DEPENDS= miniupnpd-devel PLUGIN_COMMENT= Universal Plug and Play Service PLUGIN_MAINTAINER= franco@opnsense.org