pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/sc-im sc-im: needs bison



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c93fefcbeea6
branches:  trunk
changeset: 377914:c93fefcbeea6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Apr 25 11:03:45 2022 +0000

description:
sc-im: needs bison

diffstat:

 math/sc-im/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6c8c9e626e5f -r c93fefcbeea6 math/sc-im/Makefile
--- a/math/sc-im/Makefile       Mon Apr 25 10:59:23 2022 +0000
+++ b/math/sc-im/Makefile       Mon Apr 25 11:03:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/04/18 19:11:36 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/04/25 11:03:45 tnn Exp $
 
 DISTNAME=      sc-im-0.8.2
 PKGREVISION=   6
@@ -17,7 +17,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 # pkg-config to avoid broken Makefile self-configuration
-USE_TOOLS+=    gmake pkg-config yacc bash:run
+USE_TOOLS+=    gmake pkg-config bison bash:run
 
 REPLACE_BASH+= src/scopen
 



Home | Main Index | Thread Index | Old Index