svn commit: r425069 - head/www/node

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 1 17:52:29 UTC 2016


Author: sunpoet
Date: Tue Nov  1 17:52:27 2016
New Revision: 425069
URL: https://svnweb.freebsd.org/changeset/ports/425069

Log:
  - Remove unnecessary +
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Tue Nov  1 17:52:23 2016	(r425068)
+++ head/www/node/Makefile	Tue Nov  1 17:52:27 2016	(r425069)
@@ -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


More information about the svn-ports-all mailing list