summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-01-13 13:07:51 +0000
committerjperkin <jperkin>2014-01-13 13:07:51 +0000
commitca2f412df4deed3a8d6aab3b4482a4eb35880ea8 (patch)
tree5db94c7334b27f5a73a189527dcb84e823a318bc /lang
parent2b440592dbece079a5893c60c3a6f79a909851de (diff)
downloadpkgsrc-ca2f412df4deed3a8d6aab3b4482a4eb35880ea8.tar.gz
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.
Diffstat (limited to 'lang')
-rw-r--r--lang/nodejs/Makefile3
1 files changed, 2 insertions, 1 deletions
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"