aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-16 07:04:10 +0800
committerpav <pav@FreeBSD.org>2004-11-16 07:04:10 +0800
commitd6c2d32701e5fe5c97f88c4363a657c5b651cb55 (patch)
treee915ac13bba0334a8cc65d708a463b5e8a2bf3f3 /net-mgmt
parent1ee8a828553df6a3f98075152f065539d3ab61f2 (diff)
downloadfreebsd-ports-graphics-d6c2d32701e5fe5c97f88c4363a657c5b651cb55.tar.gz
freebsd-ports-graphics-d6c2d32701e5fe5c97f88c4363a657c5b651cb55.tar.zst
freebsd-ports-graphics-d6c2d32701e5fe5c97f88c4363a657c5b651cb55.zip
- Chase radiusclient shlib version bump
PR: ports/73952 Submitted by: Bourne-again Superuser <freebsd@bnjf.id.au> Forgotten by: sobomax
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 c70b5463464..f237f64c493 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.0:${PORTSDIR}/net/radiusclient
+LIB_DEPENDS+= radiusclient.2:${PORTSDIR}/net/radiusclient
CONFIGURE_ARGS+=--enable-radius
PLIST_SUB+= SUB_RADIUS=""
.else