pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/yara



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:47:57 UTC 2021

Modified Files:
        pkgsrc/security/yara: Makefile

Log Message:
yara: needs flex


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/yara/Makefile

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

Modified files:

Index: pkgsrc/security/yara/Makefile
diff -u pkgsrc/security/yara/Makefile:1.9 pkgsrc/security/yara/Makefile:1.10
--- pkgsrc/security/yara/Makefile:1.9   Sat Jan 18 21:50:50 2020
+++ pkgsrc/security/yara/Makefile       Fri May 14 11:47:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/01/18 21:50:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2021/05/14 11:47:57 nia Exp $
 
 DISTNAME=      yara-${VERSION}
 PKGREVISION=   1
@@ -7,7 +7,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=Viru
 
 COMMENT=       Pattern matching swiss knife for malware researchers
 
-USE_TOOLS+=    pkg-config automake autoreconf
+USE_TOOLS+=    pkg-config automake autoreconf flex
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 USE_FEATURES+= strnlen



Home | Main Index | Thread Index | Old Index