pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gyp gyp needs python 2.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/835c4d625b41
branches: trunk
changeset: 332783:835c4d625b41
user: maya <maya%pkgsrc.org@localhost>
date: Thu Apr 25 08:09:49 2019 +0000
description:
gyp needs python 2.7.
- Helps some packages in wip/
diffstat:
devel/gyp/tool.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r b8ee21655d17 -r 835c4d625b41 devel/gyp/tool.mk
--- a/devel/gyp/tool.mk Thu Apr 25 07:50:40 2019 +0000
+++ b/devel/gyp/tool.mk Thu Apr 25 08:09:49 2019 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: tool.mk,v 1.1 2014/08/21 14:49:43 he Exp $
+# $NetBSD: tool.mk,v 1.2 2019/04/25 08:09:49 maya Exp $
.if !defined(GYP_TOOL_MK)
GYP_TOOL_MK= defined
+PYTHON_VERSIONS_ACCEPTED= 27
+
# Gyp really wants an executable "python"; this does it
.include "../../lang/python/tool.mk"
Home |
Main Index |
Thread Index |
Old Index