summaryrefslogtreecommitdiff
path: root/textproc/DWB
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 11:18:18 +0000
committernia <nia@pkgsrc.org>2021-05-14 11:18:18 +0000
commit0b0fde3204ce478d56a476dfe4bc91282369bc49 (patch)
tree10017a80a98777b08db376940c3eb4bf1eac8976 /textproc/DWB
parentbae72692da0ba2947c1f8111a2ef21ffe95a6537 (diff)
downloadpkgsrc-0b0fde3204ce478d56a476dfe4bc91282369bc49.tar.gz
DWB: specifically needs flex
Diffstat (limited to 'textproc/DWB')
-rw-r--r--textproc/DWB/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/DWB/Makefile b/textproc/DWB/Makefile
index f43f0135a91..f2b4c3a6d89 100644
--- a/textproc/DWB/Makefile
+++ b/textproc/DWB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/08/22 20:51:31 leot Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/14 11:18:18 nia Exp $
DISTNAME= DWB3.3
PKGNAME= DWB-${GITHUB_TAG}
@@ -14,7 +14,7 @@ LICENSE= epl-v1.0
MAKE_FILE= dwb.mk
USE_LANGUAGES= c c++
-USE_TOOLS+= lex yacc
+USE_TOOLS+= flex yacc
MAKE_JOBS_SAFE= no
MAKE_ENV+= CFLGS=${CFLAGS:Q} LDFLGS=${LDFLAGS:Q}