aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-02 01:52:27 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-02 01:52:27 +0800
commite0d26132f4d2f64daff20855c9b934499616eeaa (patch)
treea1b82fbe1e704b78f9de5596a7812e9bc251f725
parentcd66d80c3a17da601258a7a5ef6523182cdfc87a (diff)
downloadfreebsd-ports-gnome-e0d26132f4d2f64daff20855c9b934499616eeaa.tar.gz
freebsd-ports-gnome-e0d26132f4d2f64daff20855c9b934499616eeaa.tar.zst
freebsd-ports-gnome-e0d26132f4d2f64daff20855c9b934499616eeaa.zip
- Remove unnecessary +
Approved by: portmgr (blanket)
-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