pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/re2c



Module Name:    pkgsrc
Committed By:   sevan
Date:           Wed Jul  3 20:48:26 UTC 2019

Modified Files:
        pkgsrc/devel/re2c: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/re2c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/re2c/Makefile
diff -u pkgsrc/devel/re2c/Makefile:1.21 pkgsrc/devel/re2c/Makefile:1.22
--- pkgsrc/devel/re2c/Makefile:1.21     Wed Nov 14 12:54:55 2018
+++ pkgsrc/devel/re2c/Makefile  Wed Jul  3 20:48:26 2019
@@ -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 @@ COMMENT=      Deterministic Finite State Auto
 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