diff options
author | markd <markd@pkgsrc.org> | 2007-02-05 19:54:36 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-02-05 19:54:36 +0000 |
commit | 4b3b570f13570c300f988fb8be1ddad266dfb00e (patch) | |
tree | f499e441512ed328daa16995aad2c239c33d2fe3 /devel/flex | |
parent | d0ad2becd6304f4a08341bf458b750087adf02e6 (diff) | |
download | pkgsrc-4b3b570f13570c300f988fb8be1ddad266dfb00e.tar.gz |
Needs makeinfo to build (at least on Solaris 10).
Fixes PR pkg/35520.
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 9fc1c5ad004..e59e4d0b085 100644 --- a/devel/flex/Makefile +++ b/devel/flex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/01/31 15:38:33 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.22 2007/02/05 19:54:36 markd Exp $ DISTNAME= flex-2.5.33 PKGREVISION= 2 @@ -10,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 gm4:run +USE_TOOLS+= bison gm4:run makeinfo MAKE_JOBS_SAFE= no TEST_TARGET= check INFO_FILES= yes |