diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-17 23:04:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-17 23:04:56 +0000 |
commit | 3331b591b1a858c9d273be36bac18f9b7a0dbd09 (patch) | |
tree | 9fab9e35fb2ac39ba58f6d2de0695d93480b8a8c /graphics | |
parent | b7593ee263e737b6d42dee434aff5de3bdeb11e3 (diff) | |
download | pkgsrc-3331b591b1a858c9d273be36bac18f9b7a0dbd09.tar.gz |
According to a Linux bulk build, this needs a lex. Add it to tools.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 52e2fe3f617..0e7dad2975c 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2016/04/17 00:03:00 wiz Exp $ +# $NetBSD: Makefile,v 1.124 2016/04/17 23:04:56 wiz Exp $ DISTNAME= mesa-11.2.0 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -12,7 +12,7 @@ COMMENT= The Mesa 3D Graphics Library LICENSE= mit GNU_CONFIGURE= yes -USE_TOOLS+= bison pkg-config gmake +USE_TOOLS+= bison pkg-config gmake lex USE_LANGUAGES= c99 c++ USE_LIBTOOL= yes |