pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 samba4: Add missing dependency on bison



details:   https://anonhg.NetBSD.org/pkgsrc/rev/818dea2ac3f8
branches:  trunk
changeset: 375209:818dea2ac3f8
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 09 16:36:54 2022 +0000

description:
samba4: Add missing dependency on bison

diffstat:

 net/samba4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a5b3a6a2be3 -r 818dea2ac3f8 net/samba4/Makefile
--- a/net/samba4/Makefile       Wed Mar 09 16:34:48 2022 +0000
+++ b/net/samba4/Makefile       Wed Mar 09 16:36:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2022/03/07 22:45:49 thor Exp $
+# $NetBSD: Makefile,v 1.140 2022/03/09 16:36:54 nia Exp $
 
 # WARNING: DO NOT UPDATE WITHOUT RESOLVING THIS ISSUE:
 #
@@ -62,7 +62,7 @@
 
 # mktemp is useful for the replacement adduser script, but don't require
 # a full dependency since it's not actually needed by samba.
-USE_TOOLS+=            gmake mktemp perl:run pkg-config flex
+USE_TOOLS+=            gmake mktemp perl:run pkg-config flex bison
 
 .if ${OPSYS} == "NetBSD"
 USE_GNU_ICONV=         yes     # FIXME: something doesn't work on NetBSD



Home | Main Index | Thread Index | Old Index