aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-03 22:29:43 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-03 22:29:43 +0000
commit98d509bb87f973db6bc3140ddec030fe350eb97d (patch)
tree707fa91ee220177f792910ee8467086bbd742820 /net-mgmt/nagios-plugins
parent05b2ac3b5bf74e8785ab71e635bd6a8958f1d003 (diff)
downloadports-98d509bb87f973db6bc3140ddec030fe350eb97d.tar.gz
ports-98d509bb87f973db6bc3140ddec030fe350eb97d.zip
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-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 f792038c5105..c70789aaadb7 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -57,7 +57,7 @@ PLIST_SUB+= WANT_RADIUS="@comment "
.endif
.if defined(WANT_MYSQL)
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
PLIST_SUB+= WANT_MYSQL=""
CONFIGURE_ARGS+=--with-mysqllibdir=${LOCALBASE}/lib/mysql
.else