diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-15 00:52:16 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-12-15 00:52:16 +0800 |
commit | 040c763452b258ed215c052599eeab8edb420e72 (patch) | |
tree | 64a08d2ff652f731f7354ebecc356216c85eaa7c | |
parent | 3e42ae3659cc075bcf7bfd7208cdd5c359606a5f (diff) | |
download | freebsd-ports-gnome-040c763452b258ed215c052599eeab8edb420e72.tar.gz freebsd-ports-gnome-040c763452b258ed215c052599eeab8edb420e72.tar.zst freebsd-ports-gnome-040c763452b258ed215c052599eeab8edb420e72.zip |
Use modern syntax for LIB_DEPENDS.
-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 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 |