From 9b0f5edf567fa0abbac3ce731d9a6cbcdeb70007 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 6 Nov 2023 14:27:38 +0100 Subject: [PATCH] net-mgmt/nrpe: switch to supported version --- net-mgmt/nrpe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile index 26c5479963..864ade0cfa 100644 --- a/net-mgmt/nrpe/Makefile +++ b/net-mgmt/nrpe/Makefile @@ -2,7 +2,7 @@ PLUGIN_NAME= nrpe PLUGIN_VERSION= 1.0 PLUGIN_REVISION= 3 PLUGIN_COMMENT= Execute nagios plugins -PLUGIN_DEPENDS= nrpe3 +PLUGIN_DEPENDS= nrpe PLUGIN_MAINTAINER= m.muenz@gmail.com .include "../../Mk/plugins.mk"