summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-12-14 16:52:16 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-12-14 16:52:16 +0000
commit040c763452b258ed215c052599eeab8edb420e72 (patch)
tree64a08d2ff652f731f7354ebecc356216c85eaa7c /net-mgmt
parent--without-pgsql does work now. (diff)
Use modern syntax for LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=336459
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 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