mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/node*: limit support python versions
This fixes build with python 3.10 as default Approved by: portmgr blanket
This commit is contained in:
parent
ee47f15173
commit
e148e1d447
@ -14,7 +14,7 @@ BROKEN_SSL= libressl libressl-devel
|
||||
BROKEN_SSL_REASON= Node.js 15.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:build pkgconfig \
|
||||
USES= compiler:c++11-lib gmake python:3.6-3.9,build pkgconfig \
|
||||
localbase shebangfix
|
||||
|
||||
OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE
|
||||
|
@ -15,7 +15,7 @@ BROKEN_SSL= libressl libressl-devel
|
||||
BROKEN_SSL_REASON= Node.js 14.x LTS 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:build pkgconfig \
|
||||
USES= compiler:c++11-lib gmake python:2.7-3.9,build pkgconfig \
|
||||
localbase shebangfix
|
||||
|
||||
OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE
|
||||
|
Loading…
Reference in New Issue
Block a user