pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/syslog-ng



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct 21 19:46:14 UTC 2020

Modified Files:
        pkgsrc/sysutils/syslog-ng: Makefile.common

Log Message:
syslog-ng: Add yacc to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/syslog-ng/Makefile.common

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

Modified files:

Index: pkgsrc/sysutils/syslog-ng/Makefile.common
diff -u pkgsrc/sysutils/syslog-ng/Makefile.common:1.16 pkgsrc/sysutils/syslog-ng/Makefile.common:1.17
--- pkgsrc/sysutils/syslog-ng/Makefile.common:1.16      Sun May 31 17:30:17 2020
+++ pkgsrc/sysutils/syslog-ng/Makefile.common   Wed Oct 21 19:46:14 2020
@@ -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 @@ PATCHDIR=     ${.CURDIR}/../../sysutils/sysl
 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