svn commit: r336459 - head/net-mgmt/nagios-plugins

Dmitry Sivachenko demon at FreeBSD.org
Sat Dec 14 16:52:17 UTC 2013


Author: demon
Date: Sat Dec 14 16:52:16 2013
New Revision: 336459
URL: http://svnweb.freebsd.org/changeset/ports/336459

Log:
  Use modern syntax for LIB_DEPENDS.

Modified:
  head/net-mgmt/nagios-plugins/Makefile

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Sat Dec 14 16:49:23 2013	(r336458)
+++ head/net-mgmt/nagios-plugins/Makefile	Sat Dec 14 16:52:16 2013	(r336459)
@@ -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


More information about the svn-ports-head mailing list