summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/npm-node20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/npm-node20/Makefile b/www/npm-node20/Makefile
index a2854f8dc66e..1bb8a4ab57ef 100644
--- a/www/npm-node20/Makefile
+++ b/www/npm-node20/Makefile
@@ -41,7 +41,7 @@ do-install:
${ECHO_CMD} 'python=${PYTHON_CMD}' > ${STAGEDIR}${PREFIX}/etc/npmrc
${PYTHON_CMD} -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp
${PYTHON_CMD} -O -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp
-# After Python 3.8 expires, use the following line instead of the above 2 lines.
+# Use the following line instead of the above 2 lines after Python 3.8 expires on Oct 31, 2024.
#${PYTHON_CMD} -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -o 0 -o 1
.include <bsd.port.mk>