diff options
author | nia <nia@pkgsrc.org> | 2021-04-28 09:03:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-28 09:03:49 +0000 |
commit | 798a8f2bcb0c25f55ec2de5627cd1e9432be7db8 (patch) | |
tree | e494c23c71f02812c922cf0059809605e7c70698 /net/samba4 | |
parent | e23563d6976706c8ef38fadc8c9670bb0da91bdc (diff) | |
download | pkgsrc-798a8f2bcb0c25f55ec2de5627cd1e9432be7db8.tar.gz |
samba4: add flex to USE_TOOLS
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 7287c442416..d4e8a78e2a0 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -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 |