From a50d7544a0e6fffcd3c181d21db7a05ca370f113 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 4 Apr 2016 17:34:56 +0000 Subject: Explicitly depend on the mozilla CA list for providing a trust anchor. NetBSD doesn't ship a CA bundle by default. --- security/p11-kit/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security/p11-kit') diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 3782a4fa7b7..df9d071a2f5 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2016/03/13 03:10:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/04 17:34:56 joerg Exp $ # DISTNAME= p11-kit-0.22.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://p11-glue.freedesktop.org/releases/ @@ -10,6 +11,10 @@ HOMEPAGE= https://p11-glue.freedesktop.org/p11-kit.html COMMENT= PKCS#11 module manager LICENSE= modified-bsd +DEPENDS= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts + +CONFIGURE_ARGS+= --with-trust-paths=${PREFIX}/share/mozilla-rootcerts/cacert.pem + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -- cgit v1.2.3