aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2013-12-15 00:52:16 +0800
committerdemon <demon@FreeBSD.org>2013-12-15 00:52:16 +0800
commit1548934591182e2b20c842f13dcca9d8e9e2c407 (patch)
tree64a08d2ff652f731f7354ebecc356216c85eaa7c
parentbfa899d56fdbbf4e20ce8f692fcd7f810312fa51 (diff)
downloadfreebsd-ports-gnome-1548934591182e2b20c842f13dcca9d8e9e2c407.tar.gz
freebsd-ports-gnome-1548934591182e2b20c842f13dcca9d8e9e2c407.tar.zst
freebsd-ports-gnome-1548934591182e2b20c842f13dcca9d8e9e2c407.zip
Use modern syntax for LIB_DEPENDS.
-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 79d8bca65daf..1e934b0f98ae 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -99,7 +99,7 @@ PLIST_SUB+= SUB_SNMP="@comment "
.endif
.if ${PORT_OPTIONS:MRADIUS}
-LIB_DEPENDS+= radiusclient-ng:${PORTSDIR}/net/radiusclient
+LIB_DEPENDS+= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient
PLIST_SUB+= SUB_RADIUS=""
.else
CONFIGURE_ARGS+= --without-radius