summaryrefslogtreecommitdiff
path: root/textproc/miller
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2019-03-28 23:52:09 +0000
committerleot <leot@pkgsrc.org>2019-03-28 23:52:09 +0000
commitf730d13b0bec339540650866a2ad6026c999f35d (patch)
tree0f4c7c11212797cee5ee546b7069e5ecae569362 /textproc/miller
parent8060e8ff47e1d64de4bf809cb12b96f5007e08b9 (diff)
downloadpkgsrc-f730d13b0bec339540650866a2ad6026c999f35d.tar.gz
miller: Add flex as tool dependency
(flex is explicitly needed in c/parsing/Makefile for mlr_dsl_lexer.c.)
Diffstat (limited to 'textproc/miller')
-rw-r--r--textproc/miller/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile
index 49c1d536db5..54c24d0f5d9 100644
--- a/textproc/miller/Makefile
+++ b/textproc/miller/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/14 21:22:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/03/28 23:52:09 leot Exp $
DISTNAME= mlr-5.2.2
PKGNAME= ${DISTNAME:S/mlr/miller/}
@@ -16,6 +16,7 @@ BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= flex
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"