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 | fdec110c41f29543a03679c8c718b1f6321520e2 (patch) | |
tree | e9648aee8ec91b3724d990ab8133da770d4488dd /games | |
parent | 902ad1f6647f03974bfa7fc90d114181b70f51c9 (diff) | |
download | pkgsrc-fdec110c41f29543a03679c8c718b1f6321520e2.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 |