diff options
author | markd <markd> | 2007-02-05 19:54:36 +0000 |
---|---|---|
committer | markd <markd> | 2007-02-05 19:54:36 +0000 |
commit | 1e09c8f5d989130638c3de7c9588bc7b70717cba (patch) | |
tree | f499e441512ed328daa16995aad2c239c33d2fe3 | |
parent | cd5a4bc4e3668d6f23239b3214e916193ebc246b (diff) | |
download | pkgsrc-1e09c8f5d989130638c3de7c9588bc7b70717cba.tar.gz |
Needs makeinfo to build (at least on Solaris 10).
Fixes PR pkg/35520.
-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 |