diff options
-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 |