aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2005-09-01 16:24:47 +0800
committerdemon <demon@FreeBSD.org>2005-09-01 16:24:47 +0800
commit44c8b350e9c8d2a5be127e447fd9f33bac6ef026 (patch)
treee0b4caec7a30225ddc99796adae7a5fbfcd5566a /net-mgmt
parentbeae091e0e73015d6533bd58f856f76d62e18535 (diff)
downloadfreebsd-ports-gnome-44c8b350e9c8d2a5be127e447fd9f33bac6ef026.tar.gz
freebsd-ports-gnome-44c8b350e9c8d2a5be127e447fd9f33bac6ef026.tar.zst
freebsd-ports-gnome-44c8b350e9c8d2a5be127e447fd9f33bac6ef026.zip
Fix radiusclient shlib name. This change was present in ports/84506,
but was not committed by some reason.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
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