pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug 28 09:09:15 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: Add flex to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/graphics/MesaLib/Makefile

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

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.156 pkgsrc/graphics/MesaLib/Makefile:1.157
--- pkgsrc/graphics/MesaLib/Makefile:1.156      Tue Aug 27 10:24:47 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Wed Aug 28 09:09:15 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2019/08/27 10:24:47 nia Exp $
+# $NetBSD: Makefile,v 1.157 2019/08/28 09:09:15 nia Exp $
 
 DISTNAME=      mesa-19.1.5
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://www.mesa3d.org/
 COMMENT=       Open source OpenGL implementation
 LICENSE=       mit
 
-USE_TOOLS+=    bison pkg-config
+USE_TOOLS+=    bison flex pkg-config
 USE_LANGUAGES= c99 c++
 USE_LIBTOOL=   yes
 



Home | Main Index | Thread Index | Old Index