summaryrefslogtreecommitdiff
path: root/net/netsaint-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/netsaint-plugins
parent- update to netsaint 0.0.7b3 (diff)
portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined.
Notes
Notes: svn path=/head/; revision=40821
Diffstat (limited to 'net/netsaint-plugins')
-rw-r--r--net/netsaint-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
index f792038c5105..c70789aaadb7 100644
--- a/net/netsaint-plugins/Makefile
+++ b/net/netsaint-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