pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:21:08 UTC 2021

Modified Files:
        pkgsrc/sysutils/u-boot: u-boot.mk

Log Message:
u-boot: needs flex


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/u-boot/u-boot.mk

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

Modified files:

Index: pkgsrc/sysutils/u-boot/u-boot.mk
diff -u pkgsrc/sysutils/u-boot/u-boot.mk:1.31 pkgsrc/sysutils/u-boot/u-boot.mk:1.32
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.31       Tue Mar  9 16:49:12 2021
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Fri May 14 11:21:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.31 2021/03/09 16:49:12 martin Exp $
+# $NetBSD: u-boot.mk,v 1.32 2021/05/14 11:21:07 nia Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
@@ -30,7 +30,7 @@ COMMENT=      Das U-Boot, the Universal Boot 
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            bison gmake gsed pkg-config gawk
+USE_TOOLS+=            bison flex gmake gsed pkg-config gawk
 PYTHON_FOR_BUILD_ONLY= yes
 .include "../../lang/python/tool.mk"
 



Home | Main Index | Thread Index | Old Index