pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/re2c Need bison, build came tumbling down as the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84c8019ea5e3
branches:  trunk
changeset: 397809:84c8019ea5e3
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Wed Jul 03 20:48:26 2019 +0000

description:
Need bison, build came tumbling down as the long stale copy in OS X Tiger was
called.

diffstat:

 devel/re2c/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r adff1c853a54 -r 84c8019ea5e3 devel/re2c/Makefile
--- a/devel/re2c/Makefile       Wed Jul 03 20:36:51 2019 +0000
+++ b/devel/re2c/Makefile       Wed Jul 03 20:48:26 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/11/14 12:54:55 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/07/03 20:48:26 sevan Exp $
 
 DISTNAME=      re2c-1.1.1
 CATEGORIES=    devel
@@ -11,7 +11,7 @@
 LICENSE=       public-domain
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake
+USE_TOOLS+=            bison gmake
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index