pkgsrc/devel/gyp/tool.mk
rillig 7724b801cd devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:39:04 +00:00

11 lines
251 B
Makefile

# $NetBSD: tool.mk,v 1.3 2019/11/03 10:39:13 rillig 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