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:   minskim
Date:           Wed Nov  1 19:29:30 UTC 2017

Modified Files:
        pkgsrc/security/yara: Makefile

Log Message:
security/yara: Needs OpenSSL to build


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/security/yara/Makefile:1.5
--- pkgsrc/security/yara/Makefile:1.4   Wed Jun  7 20:46:34 2017
+++ pkgsrc/security/yara/Makefile       Wed Nov  1 19:29:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/07 20:46:34 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/11/01 19:29:30 minskim Exp $
 
 DISTNAME=      yara-${VERSION}
 CATEGORIES=    security
@@ -15,5 +15,6 @@ PKGCONFIG_OVERRIDE+=  libyara/yara.pc.in
 pre-configure:
        cd ${WRKSRC} && autoreconf -fiv
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../security/yara/Makefile.common"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index