pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/syslog-ng syslog-ng: Add yacc to USE_TOOLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d44531fe8e24
branches:  trunk
changeset: 440941:d44531fe8e24
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 21 19:46:14 2020 +0000

description:
syslog-ng: Add yacc to USE_TOOLS

diffstat:

 sysutils/syslog-ng/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5fd015ce36b5 -r d44531fe8e24 sysutils/syslog-ng/Makefile.common
--- a/sysutils/syslog-ng/Makefile.common        Wed Oct 21 19:44:56 2020 +0000
+++ b/sysutils/syslog-ng/Makefile.common        Wed Oct 21 19:46:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2020/05/31 17:30:17 rillig Exp $
+# $NetBSD: Makefile.common,v 1.17 2020/10/21 19:46:14 nia Exp $
 # used by sysutils/syslog-ng/Makefile
 # used by sysutils/syslog-ng/Makefile.module
 
@@ -17,7 +17,7 @@
 DISTINFO_FILE= ${.CURDIR}/../../sysutils/syslog-ng/distinfo
 
 USE_LANGUAGES= c c99
-USE_TOOLS+=    flex pkg-config gmake awk:run
+USE_TOOLS+=    flex pkg-config gmake awk:run yacc
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 USE_FEATURES+= strnlen



Home | Main Index | Thread Index | Old Index