pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/credns Requires OpenSSL.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d745cdf1705a
branches:  trunk
changeset: 639801:d745cdf1705a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 18:46:06 2014 +0000

description:
Requires OpenSSL.

diffstat:

 security/credns/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d2446787beea -r d745cdf1705a security/credns/Makefile
--- a/security/credns/Makefile  Thu Sep 25 17:37:54 2014 +0000
+++ b/security/credns/Makefile  Thu Sep 25 18:46:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/17 07:42:25 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2014/09/25 18:46:06 jperkin Exp $
 
 DISTNAME=      credns-0.2.10
 CATEGORIES=    security
@@ -11,4 +11,7 @@
 
 GNU_CONFIGURE= yes
 
+CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
+
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index