diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-08 04:15:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-08 04:15:59 +0000 |
commit | ded1879f6b38900c9c947f5ffafd2612124ce276 (patch) | |
tree | e9648aee8ec91b3724d990ab8133da770d4488dd /games | |
parent | 536c7f63b3f31ab6dde4ce7cc008cd41ded73d0f (diff) | |
download | pkgsrc-ded1879f6b38900c9c947f5ffafd2612124ce276.tar.gz |
The build invokes flex to compile a *.l file, so add it as a build tool.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 308f18f3411..a73c0c652fc 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/22 09:22:09 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2006/06/08 04:15:59 jlam Exp $ DISTNAME= gnuchess-5.07 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= GNU chess engine PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= flex gmake BOOKDIR= ${PREFIX}/lib/gnuchess DOCDIR= ${PREFIX}/share/doc/gnuchess |