summaryrefslogtreecommitdiff
path: root/security/mozilla-rootcerts
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-03-03 06:01:26 +0000
committerobache <obache@pkgsrc.org>2014-03-03 06:01:26 +0000
commit66214eaa2add9976d779806b7f23a5677ae8af5f (patch)
treec03a15665f4676b6b31a85b7860dc8f30d1b432c /security/mozilla-rootcerts
parent75e757c0e7ccfd8809ca9b4b5bcc66f09a7c9211 (diff)
downloadpkgsrc-66214eaa2add9976d779806b7f23a5677ae8af5f.tar.gz
reset CHECK_BUILTIN.openssl to avoid side effect.
Diffstat (limited to 'security/mozilla-rootcerts')
-rw-r--r--security/mozilla-rootcerts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile
index 3505a9d9053..f5f230c1f0e 100644
--- a/security/mozilla-rootcerts/Makefile
+++ b/security/mozilla-rootcerts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/03/15 16:14:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2014/03/03 06:01:26 obache Exp $
DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE}
PKGREVISION= 1
@@ -23,6 +23,7 @@ DATADIR= ${PREFIX}/share/${PKGBASE}
CHECK_BUILTIN.openssl= yes
.include "../../security/openssl/builtin.mk"
+CHECK_BUILTIN.openssl= no
.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
SSLDIR= /etc/openssl/certs
.else