From 2cf7ee2a631230974c7d1e1a9b0e1f9ca6402d34 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Thu, 1 Sep 2005 08:24:47 +0000 Subject: [PATCH] Fix radiusclient shlib name. This change was present in ports/84506, but was not committed by some reason. --- net-mgmt/nagios-plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index e0592299b615..b25abeb06b37 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -64,7 +64,7 @@ PLIST_SUB+= SUB_SNMP="@comment " .endif .if defined(WITH_RADIUS) -LIB_DEPENDS+= radiusclient.2:${PORTSDIR}/net/radiusclient +LIB_DEPENDS+= radiusclient-ng.2:${PORTSDIR}/net/radiusclient CONFIGURE_ARGS+=--enable-radius PLIST_SUB+= SUB_RADIUS="" .else