pkgsrc/devel/gyp/tool.mk
maya 08112bc45c gyp needs python 2.7.
- Helps some packages in wip/
2019-04-25 08:09:49 +00:00

11 lines
249 B
Makefile

# $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"
.endif #GYP_TOOL_MK