From ca2f412df4deed3a8d6aab3b4482a4eb35880ea8 Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 13 Jan 2014 13:07:51 +0000 Subject: Include lang/python/tool.mk, gyp-mac-tool previously used the system python which on Snow Leopard is 2.6 and is unable to handle the constructs used in that file. --- lang/nodejs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index 2ddadc724f4..542e472daba 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/12/20 14:36:27 fhajny Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/13 13:07:51 jperkin Exp $ # DISTNAME= node-v0.10.24 @@ -62,4 +62,5 @@ pre-install: .include "../../devel/libexecinfo/buildlink3.mk" .endif .include "../../lang/python/application.mk" +.include "../../lang/python/tool.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3