diff options
author | obache <obache@pkgsrc.org> | 2012-06-06 13:27:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-06 13:27:05 +0000 |
commit | 9d180ada68bff3d2b02431390cc61f87fafe20fe (patch) | |
tree | 4cdb810d3ab142bb3ecffd3dc4c601751cfdcdb2 /devel/flex | |
parent | bd0279667c84aa2d78819ab7cdd5a374bfbc4ef5 (diff) | |
download | pkgsrc-9d180ada68bff3d2b02431390cc61f87fafe20fe.tar.gz |
bison is not required to build flex.
resolve PR 46554.
Diffstat (limited to 'devel/flex')
-rw-r--r-- | devel/flex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile index bcbd7411e55..7937e868aca 100644 --- a/devel/flex/Makefile +++ b/devel/flex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2011/04/22 13:43:18 obache Exp $ +# $NetBSD: Makefile,v 1.34 2012/06/06 13:27:05 obache Exp $ DISTNAME= flex-2.5.35 CATEGORIES= lang @@ -12,7 +12,7 @@ COMMENT= Fast clone of lex(1), the lexical scanner generator PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_TOOLS+= bison gm4:run makeinfo +USE_TOOLS+= gm4:run makeinfo MAKE_JOBS_SAFE= no TEST_TARGET= check INFO_FILES= yes |