pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dtc dtc: invokes flex, add it to USE_TOOLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56c0c5021832
branches:  trunk
changeset: 363638:56c0c5021832
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Jun 14 06:29:36 2017 +0000

description:
dtc: invokes flex, add it to USE_TOOLS

>From SmartOS bulk build.

diffstat:

 sysutils/dtc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1cb3a22f5f1f -r 56c0c5021832 sysutils/dtc/Makefile
--- a/sysutils/dtc/Makefile     Wed Jun 14 04:21:47 2017 +0000
+++ b/sysutils/dtc/Makefile     Wed Jun 14 06:29:36 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/09/19 21:12:34 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2017/06/14 06:29:36 maya Exp $
 
 DISTNAME=      dtc-1.4.2
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 COMMENT=       Device Tree Compiler (dtc)
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake bison bash:run
+USE_TOOLS+=    gmake bison flex bash:run
 
 REPLACE_BASH+= dtdiff
 



Home | Main Index | Thread Index | Old Index