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 Apr 28 09:03:49 UTC 2021

Modified Files:
        pkgsrc/net/samba4: Makefile

Log Message:
samba4: add flex to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 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.120 pkgsrc/net/samba4/Makefile:1.121
--- pkgsrc/net/samba4/Makefile:1.120    Thu Apr 22 15:47:45 2021
+++ pkgsrc/net/samba4/Makefile  Wed Apr 28 09:03:49 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2021/04/22 15:47:45 adam Exp $
+# $NetBSD: Makefile,v 1.121 2021/04/28 09:03:49 nia Exp $
 
 DISTNAME=      samba-4.14.3
 CATEGORIES=    net
@@ -55,7 +55,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
+USE_TOOLS+=            gmake mktemp perl:run pkg-config flex
 
 .if ${OPSYS} == "NetBSD"
 USE_GNU_ICONV=         yes     # FIXME: something doesn't work on NetBSD



Home | Main Index | Thread Index | Old Index