pkgsrc-WIP-changes archive

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

sc-im: Uses yacc



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Mon Dec 10 19:04:30 2018 +0100
Changeset:	5d153d714d4cb6308db01501aea7d33be4b0fd3b

Modified Files:
	sc-im/Makefile

Log Message:
sc-im: Uses yacc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d153d714d4cb6308db01501aea7d33be4b0fd3b

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

diffstat:
 sc-im/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/sc-im/Makefile b/sc-im/Makefile
index f84432b68b..31b1700daa 100644
--- a/sc-im/Makefile
+++ b/sc-im/Makefile
@@ -15,7 +15,7 @@ LICENSE=	original-bsd
 .include "../../mk/bsd.prefs.mk"
 
 # pkg-config to avoid broken Makefile self-configuration
-USE_TOOLS+=	gmake pkg-config
+USE_TOOLS+=	gmake pkg-config yacc
 # gnuplot is invoked through the shell, no need to check at compile time
 CFLAGS+=	-DGNUPLOT
 # defaults to sc-im


Home | Main Index | Thread Index | Old Index