diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2022-06-03 22:47:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2022-06-03 22:48:42 +0000 |
commit | b4e79e9c44d08fa6555564d3c1ede2b172ca31c6 (patch) | |
tree | 28ec711dc1267059400daa52f697d38a37506797 | |
parent | 7fe555a6cac84c94b47846859296f8f32d4d2a64 (diff) |
www/node: Allow building with py3.10
The node18 configure script includes:
Please use python3.10 or python3.9 or python3.8 or python3.7 or python3.6.
-rw-r--r-- | www/node/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index 871b2cde580c..af0e0319b3c8 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -14,7 +14,7 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 17.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le -USES= compiler:c++11-lib gmake python:3.6-3.9,build pkgconfig \ +USES= compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \ localbase shebangfix OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE |