pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar  9 16:36:54 UTC 2022

Modified Files:
        pkgsrc/net/samba4: Makefile

Log Message:
samba4: Add missing dependency on bison


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/net/samba4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.139 pkgsrc/net/samba4/Makefile:1.140
--- pkgsrc/net/samba4/Makefile:1.139    Mon Mar  7 22:45:49 2022
+++ pkgsrc/net/samba4/Makefile  Wed Mar  9 16:36:54 2022
@@ -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 @@ FILES_SUBST+=         SMB_PID=${SMB_PID}
 
 # 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