pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/yara security/yara: Needs OpenSSL to build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d4310d3ed91
branches:  trunk
changeset: 371053:0d4310d3ed91
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 01 19:29:30 2017 +0000

description:
security/yara: Needs OpenSSL to build

diffstat:

 security/yara/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 02c1fdf44eef -r 0d4310d3ed91 security/yara/Makefile
--- a/security/yara/Makefile    Wed Nov 01 18:23:19 2017 +0000
+++ b/security/yara/Makefile    Wed Nov 01 19:29:30 2017 +0000
@@ -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 @@
 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