diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-23 17:42:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-23 17:42:09 +0000 |
commit | 695cd5ddcd0036bee3f38c8b55a779bbfa614454 (patch) | |
tree | bc3242c3de613840761587a6e3190196b2552eac /devel/flex | |
parent | 5fe494fc3a94529cb854fc9a17d88ac62e2d9d9b (diff) | |
download | pkgsrc-695cd5ddcd0036bee3f38c8b55a779bbfa614454.tar.gz |
Needs a GNUish m4. Bump revision. No cookie for rillig.
Diffstat (limited to 'devel/flex')
-rw-r--r-- | devel/flex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/flex/Makefile b/devel/flex/Makefile index c4a71b46ce8..f9ed10197d5 100644 --- a/devel/flex/Makefile +++ b/devel/flex/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2007/01/15 06:23:47 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2007/01/23 17:42:09 joerg Exp $ DISTNAME= flex-2.5.33 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flex/} @@ -9,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/flex/ COMMENT= Fast clone of lex(1), the lexical scanner generator GNU_CONFIGURE= YES -USE_TOOLS+= bison +USE_TOOLS+= bison gm4:run MAKE_JOBS_SAFE= no TEST_TARGET= check INFO_FILES= yes |