pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gnuchess The build invokes flex to compile a *.l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/595f5cfd5a59
branches:  trunk
changeset: 514128:595f5cfd5a59
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jun 08 04:15:59 2006 +0000

description:
The build invokes flex to compile a *.l file, so add it as a build tool.

diffstat:

 games/gnuchess/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 77571fe84a1e -r 595f5cfd5a59 games/gnuchess/Makefile
--- a/games/gnuchess/Makefile   Thu Jun 08 03:56:21 2006 +0000
+++ b/games/gnuchess/Makefile   Thu Jun 08 04:15:59 2006 +0000
@@ -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 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
+USE_TOOLS+=    flex gmake
 
 BOOKDIR=       ${PREFIX}/lib/gnuchess
 DOCDIR=                ${PREFIX}/share/doc/gnuchess



Home | Main Index | Thread Index | Old Index