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 flex to USE_TOOLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f9b400db135
branches:  trunk
changeset: 451551:0f9b400db135
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Apr 28 09:03:49 2021 +0000

description:
samba4: add flex to USE_TOOLS

diffstat:

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

diffs (18 lines):

diff -r b1edbe0fea69 -r 0f9b400db135 net/samba4/Makefile
--- a/net/samba4/Makefile       Wed Apr 28 08:53:01 2021 +0000
+++ b/net/samba4/Makefile       Wed Apr 28 09:03:49 2021 +0000
@@ -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 @@
 
 # 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