summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/qt5-qtwebkit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index cdef30932ab..cb61fd98cd7 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/12/31 20:04:14 nia Exp $
+# $NetBSD: Makefile,v 1.86 2021/01/05 15:08:43 gdt Exp $
QTWKVERSION= 5.212.0-alpha4
DISTNAME= qtwebkit-${QTWKVERSION}
@@ -96,6 +96,8 @@ post-install:
.include "../../x11/qt5-qtlocation/buildlink3.mk"
.include "../../x11/qt5-qtsensors/buildlink3.mk"
.include "../../x11/qt5-qtwebchannel/buildlink3.mk"
+# Source/JavaScriptCore/bytecode/BytecodeList.json unexpected keyword 'encoding'
+PYTHON_VERSIONS_INCOMPATIBLE= 39
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/tool.mk"
.include "../../lang/ruby/buildlink3.mk"