diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-01 08:24:47 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-01 08:24:47 +0000 |
commit | 2cf7ee2a631230974c7d1e1a9b0e1f9ca6402d34 (patch) | |
tree | 7b193a48437467bc4a86c8547f0fbb652b49f4af /net-mgmt/nagios-plugins | |
parent | 03f80456f0feddc271cebfd5349c0cb68d1a45ca (diff) | |
download | ports-2cf7ee2a631230974c7d1e1a9b0e1f9ca6402d34.tar.gz ports-2cf7ee2a631230974c7d1e1a9b0e1f9ca6402d34.zip |
Notes
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 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 |