pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/miller



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Mar 28 23:52:09 UTC 2019

Modified Files:
        pkgsrc/textproc/miller: Makefile

Log Message:
miller: Add flex as tool dependency

(flex is explicitly needed in c/parsing/Makefile for mlr_dsl_lexer.c.)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/miller/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/miller/Makefile
diff -u pkgsrc/textproc/miller/Makefile:1.14 pkgsrc/textproc/miller/Makefile:1.15
--- pkgsrc/textproc/miller/Makefile:1.14        Mon Aug 14 21:22:55 2017
+++ pkgsrc/textproc/miller/Makefile     Thu Mar 28 23:52:09 2019
@@ -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]*:../../te
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+USE_TOOLS+=    flex
 TEST_TARGET=   check
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index