summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-08 04:15:59 +0000
committerjlam <jlam>2006-06-08 04:15:59 +0000
commitac1176fd79a8bbcdaaa4ada79200ba6d9e562bf5 (patch)
treee9648aee8ec91b3724d990ab8133da770d4488dd /games
parentd38f76606b4c36e75af2146f4e2d24f19215d955 (diff)
downloadpkgsrc-ac1176fd79a8bbcdaaa4ada79200ba6d9e562bf5.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/Makefile4
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