summaryrefslogtreecommitdiff
path: root/lang/nodejs
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-01-13 13:07:51 +0000
committerjperkin <jperkin@pkgsrc.org>2014-01-13 13:07:51 +0000
commit1b4a3f7c90c126ccf71418b65c9bf6d43b85e7b1 (patch)
tree5db94c7334b27f5a73a189527dcb84e823a318bc /lang/nodejs
parent9458f832d75d1a9c001a2482d39dd8fda95bf3d9 (diff)
downloadpkgsrc-1b4a3f7c90c126ccf71418b65c9bf6d43b85e7b1.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/nodejs')
-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"