pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 16 11:39:00 UTC 2020

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
nodejs: mark as Python 2.7 only


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 pkgsrc/lang/nodejs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.202 pkgsrc/lang/nodejs/Makefile:1.203
--- pkgsrc/lang/nodejs/Makefile:1.202   Wed Dec 16 07:24:06 2020
+++ pkgsrc/lang/nodejs/Makefile Wed Dec 16 11:39:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2020/12/16 07:24:06 adam Exp $
+# $NetBSD: Makefile,v 1.203 2020/12/16 11:39:00 adam Exp $
 
 DISTNAME=      node-v14.15.2
 EXTRACT_SUFX=  .tar.xz
@@ -13,6 +13,8 @@ MAKE_ENV+=    LD_LIBRARY_PATH=${PREFIX}/lib
 CONFIGURE_ARGS+=       --shared-nghttp2
 CONFIGURE_ARGS+=       --with-intl=system-icu
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 CHECK_PORTABILITY_SKIP+=       tools/macos-installer/pkgbuild/npm/scripts/preinstall
 
 .if ${MACHINE_ARCH} == "i386"



Home | Main Index | Thread Index | Old Index