summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-02-15 15:46:54 +0000
committerryoon <ryoon@pkgsrc.org>2021-02-15 15:46:54 +0000
commit5630fc9fc002dd1b2a410e4e163287338f7caefb (patch)
tree531f73b2723530ef9dbfbf43103ea9e7a161a886 /inputmethod/mozc-server
parent8fd6ee525264dcfb6fb7ecbbbda06e5ec97e9204 (diff)
downloadpkgsrc-5630fc9fc002dd1b2a410e4e163287338f7caefb.tar.gz
mozc: Python 2.7 is not acceptable to build mozc packages
Set PYTHON_VERSIONS_INCOMPATIBLE=27.
Diffstat (limited to 'inputmethod/mozc-server')
-rw-r--r--inputmethod/mozc-server/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index 92873569ea0..add9235d640 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2021/02/15 15:44:20 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.31 2021/02/15 15:46:54 ryoon Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -28,6 +28,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/mozc-server/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp>=0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6:../../devel/gyp
BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
BUILD_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build