pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/exult uses flex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44f20a896a7e
branches:  trunk
changeset: 355506:44f20a896a7e
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Dec 03 22:30:00 2016 +0000

description:
uses flex

diffstat:

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

diffs (18 lines):

diff -r 4bbbd1c9fc3f -r 44f20a896a7e games/exult/Makefile
--- a/games/exult/Makefile      Sat Dec 03 22:05:08 2016 +0000
+++ b/games/exult/Makefile      Sat Dec 03 22:30:00 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/10/16 17:10:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.24 2016/12/03 22:30:00 wiedi Exp $
 
 DISTNAME=      exult-1.4.9rc1
 PKGREVISION=   2
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
-USE_TOOLS+=    yacc
+USE_TOOLS+=    yacc flex
 
 CFLAGS+=       -fpermissive
 LDFLAGS+=      -lz



Home | Main Index | Thread Index | Old Index