summaryrefslogtreecommitdiff
path: root/lang/nodejs10
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-03-11 09:22:49 +0000
committerjperkin <jperkin@pkgsrc.org>2020-03-11 09:22:49 +0000
commit1cf08968198c8aec63c78f4b052d45c395025d19 (patch)
tree691ab642f4be78297a77bce6accd91aac151aadb /lang/nodejs10
parentd9b5a2b4c85cd2a9f6765e6d3cfb9f9c6aed6364 (diff)
downloadpkgsrc-1cf08968198c8aec63c78f4b052d45c395025d19.tar.gz
nodejs*: Unbreak builds, again, this time with comment.
Diffstat (limited to 'lang/nodejs10')
-rw-r--r--lang/nodejs10/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/nodejs10/Makefile b/lang/nodejs10/Makefile
index ca25f62ed55..9e5ffa45d04 100644
--- a/lang/nodejs10/Makefile
+++ b/lang/nodejs10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/03/04 18:59:39 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/11 09:22:49 jperkin Exp $
DISTNAME= node-v10.19.0
@@ -16,8 +16,6 @@ CONFIGURE_ARGS+= --shared-http-parser
CONFIGURE_ARGS+= --shared-nghttp2
CONFIGURE_ARGS+= --with-intl=system-icu
-PYTHON_VERSIONS_ACCEPTED= 27
-
CHECK_PORTABILITY_SKIP+= deps/openssl/openssl/.travis-create-release.sh
.if ${MACHINE_ARCH} == "i386"