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 | 356a9a766cb12ba1c1b827d7ba04f53975cb92da (patch) | |
tree | bc3242c3de613840761587a6e3190196b2552eac /devel/flex | |
parent | 9e62003efc7c2f6e50d27db4cf6004bc4433900e (diff) | |
download | pkgsrc-356a9a766cb12ba1c1b827d7ba04f53975cb92da.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 |