diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 23:04:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 23:04:10 +0000 |
commit | cb046655bb625f1ea8d62c6785e5d65cb7279e0f (patch) | |
tree | 3649efed1ed2f8f092b79d14cc4921cacdf320eb /net-mgmt/nagios-plugins | |
parent | Chase Triangle. (diff) |
- 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/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index c70b54634647..f237f64c493a 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 |