summaryrefslogtreecommitdiff
path: root/www/node
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-01 17:52:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-01 17:52:27 +0000
commitf6fcca37b63ddec13188a2826ffe6a6b53c775b8 (patch)
treea1b82fbe1e704b78f9de5596a7812e9bc251f725 /www/node
parent- Use USES=ssl (diff)
- Remove unnecessary +
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=425069
Diffstat (limited to 'www/node')
-rw-r--r--www/node/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 5fb54caba01c..25bcdfedee18 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -17,7 +17,7 @@ OPTIONS_SUB= yes
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
NLS_CONFIGURE_ON= --with-intl=system-icu
NLS_LIB_DEPENDS= libicui18n.so:devel/icu