www/node18: Fix USES=python
It follows acceptable_pythons in the configure script. [1] PR: 269279 Reported by: Jordan Ostreff <jordan@ostreff.info> Reference: https://github.com/nodejs/node/blob/v18.14.0/configure [1]
This commit is contained in:
parent
9486eab9f6
commit
7ab6fa9363
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
|
|||
libnghttp2.so:www/libnghttp2 \
|
||||
libuv.so:devel/libuv
|
||||
|
||||
USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6-3.10,build shebangfix
|
||||
USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
|
||||
--shared-brotli \
|
||||
|
|
Loading…
Reference in a new issue