summaryrefslogtreecommitdiff
path: root/security/p11-kit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-04-04 17:34:56 +0000
committerjoerg <joerg@pkgsrc.org>2016-04-04 17:34:56 +0000
commit85818e9b218ad4a4b5688b5f64a637411232ba2b (patch)
tree0f05db82b1b9b4453718198b70ad2b51ac349774 /security/p11-kit
parent88a4185ab969adcef3c41cab6887e50774dd790c (diff)
downloadpkgsrc-85818e9b218ad4a4b5688b5f64a637411232ba2b.tar.gz
Explicitly depend on the mozilla CA list for providing a trust anchor.
NetBSD doesn't ship a CA bundle by default.
Diffstat (limited to 'security/p11-kit')
-rw-r--r--security/p11-kit/Makefile7
1 files changed, 6 insertions, 1 deletions
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