diff options
author | adam <adam@pkgsrc.org> | 2020-12-16 07:43:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-12-16 07:43:13 +0000 |
commit | 25154a102460f2913f75ff962ecaf5d13094ff23 (patch) | |
tree | 338864bebcc5f804ee1c19ce9814257c17c0ad0d /lang | |
parent | e24f808a76a7cd821aa0b29c7be8b42f4fa7f817 (diff) | |
download | pkgsrc-25154a102460f2913f75ff962ecaf5d13094ff23.tar.gz |
PYTHON_VERSIONS_ACCEPTED is not common anymore
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nodejs/Makefile.common | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common index 938820a5f59..d1d1766e3cc 100644 --- a/lang/nodejs/Makefile.common +++ b/lang/nodejs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2020/12/16 07:24:06 adam Exp $ +# $NetBSD: Makefile.common,v 1.41 2020/12/16 07:43:13 adam Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs8/Makefile # used by lang/nodejs10/Makefile @@ -18,12 +18,6 @@ USE_TOOLS+= bash gmake pkg-config PYTHON_FOR_BUILD_ONLY= yes -# -# Do not remove this unless you are absolutely certain that every python script -# in every nodejs that we support is python3 ready. -# -#PYTHON_VERSIONS_ACCEPTED= 27 - GCC_REQD+= 4.9.4 CONFIG_SHELL= ${PYTHONBIN} |