summaryrefslogtreecommitdiff
path: root/www/node18/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/node18/Makefile')
-rw-r--r--www/node18/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/node18/Makefile b/www/node18/Makefile
index 80e514443048..93dee0754de1 100644
--- a/www/node18/Makefile
+++ b/www/node18/Makefile
@@ -52,8 +52,8 @@ SHEBANG_FILES= deps/v8/third_party/inspector_protocol/*.py \
tools/*.py \
tools/inspector_protocol/*.py
-OPTIONS_DEFINE= BUNDLED_SSL DOCS JIT NLS
-OPTIONS_DEFAULT=JIT
+OPTIONS_DEFINE= BUNDLED_SSL DOCS ICU JIT
+OPTIONS_DEFAULT=ICU JIT
OPTIONS_SUB= yes
BUNDLED_SSL_DESC= Use bundled OpenSSL implementation from node.js
JIT_DESC= Use Just In Time compiler
@@ -61,10 +61,10 @@ JIT_DESC= Use Just In Time compiler
BUNDLED_SSL_CONFIGURE_OFF= --openssl-use-def-ca-store --shared-openssl
BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss
BUNDLED_SSL_USES_OFF= ssl
+ICU_BUILD_DEPENDS= icu>=69.1:devel/icu
+ICU_CONFIGURE_ON= --with-intl=system-icu
+ICU_LIB_DEPENDS= libicui18n.so:devel/icu
JIT_CONFIGURE_OFF= --v8-lite-mode
-NLS_BUILD_DEPENDS= icu>=69.1:devel/icu
-NLS_CONFIGURE_ON= --with-intl=system-icu
-NLS_LIB_DEPENDS= libicui18n.so:devel/icu
.include "Makefile.version"
.include <bsd.port.pre.mk>