summaryrefslogtreecommitdiff
path: root/lang/nodejs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /lang/nodejs
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'lang/nodejs')
-rw-r--r--lang/nodejs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common
index 0059594523f..b0ede3051b9 100644
--- a/lang/nodejs/Makefile.common
+++ b/lang/nodejs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2015/11/09 20:19:35 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.2 2015/12/05 21:25:47 adam Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs4/Makefile
@@ -15,7 +15,7 @@ HAS_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.24
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.10.24
.include "../../mk/bsd.prefs.mk"
.include "options.mk"