diff options
author | nia <nia@pkgsrc.org> | 2022-03-09 16:36:54 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-09 16:36:54 +0000 |
commit | fc502f59ee210abb0467dba89e32fda547ada36e (patch) | |
tree | 5c9debbffe41af45d01698c8d7f22766e8665685 /net/samba4 | |
parent | 61ffc27c229ebe356f42a81582a282e43af40d43 (diff) | |
download | pkgsrc-fc502f59ee210abb0467dba89e32fda547ada36e.tar.gz |
samba4: Add missing dependency on bison
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 6be0aae37e8..ffaf7591e1a 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -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 |