summaryrefslogtreecommitdiff
path: root/lang/nodejs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
committerwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
commitd9cd52ca4f7d2f437462e137076da25e25647437 (patch)
tree6f510156548caacca7fb56a561c073c3aafcb9b7 /lang/nodejs
parentbb6aab2f58f81bc7205abbd391e485390b223225 (diff)
downloadpkgsrc-d9cd52ca4f7d2f437462e137076da25e25647437.tar.gz
Add python-3.6 to incompatible versions.
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 f36aa443705..4f131d37211 100644
--- a/lang/nodejs/Makefile.common
+++ b/lang/nodejs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2016/10/26 13:00:20 pho Exp $
+# $NetBSD: Makefile.common,v 1.13 2017/01/01 14:43:45 wiz Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs4/Makefile
# used by lang/nodejs6/Makefile
@@ -16,7 +16,7 @@ HAS_CONFIGURE= yes
USE_TOOLS+= bash gmake pkg-config
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.10.24
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.10.24
.include "../../mk/bsd.prefs.mk"
.include "options.mk"