aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-14 16:16:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-14 16:16:08 +0000
commitf117075e66d0c887e132f8ea518e81260a2dccf9 (patch)
treed6e816bc99387479e78955a57204d1f1d1072758
parentd7a344d8c154aedc63ecea3832d32b1e154e9f37 (diff)
downloadports-f117075e66d0c887e132f8ea518e81260a2dccf9.tar.gz
ports-f117075e66d0c887e132f8ea518e81260a2dccf9.zip
Notes
-rw-r--r--www/node/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index d85de0b33de2..b3431af5a594 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -3,7 +3,7 @@
PORTNAME= node
PORTVERSION= 7.5.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
@@ -28,7 +28,8 @@ OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation #'
BUNDLED_SSL_USES_OFF= ssl
-BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl
+BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl --openssl-use-def-ca-store
+BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss
NLS_CONFIGURE_ON= --with-intl=system-icu
NLS_LIB_DEPENDS= libicui18n.so:devel/icu