Date: Sat, 14 Dec 2013 16:52:16 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336459 - head/net-mgmt/nagios-plugins Message-ID: <201312141652.rBEGqGKM062862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141652.rBEGqGKM062862>