pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/yafic Requires OpenSSL and BerkeleyDB.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/611a073ec940
branches:  trunk
changeset: 639808:611a073ec940
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 19:27:18 2014 +0000

description:
Requires OpenSSL and BerkeleyDB.

diffstat:

 security/yafic/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2432a28e5c06 -r 611a073ec940 security/yafic/Makefile
--- a/security/yafic/Makefile   Thu Sep 25 19:21:03 2014 +0000
+++ b/security/yafic/Makefile   Thu Sep 25 19:27:18 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/23 18:17:01 asau Exp $
+# $NetBSD: Makefile,v 1.8 2014/09/25 19:27:18 jperkin Exp $
 
 DISTNAME=      yafic-1.2.2
 CATEGORIES=    security
@@ -11,4 +11,6 @@
 
 GNU_CONFIGURE= YES
 
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index