summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-25 07:50:40 +0000
committermaya <maya@pkgsrc.org>2019-04-25 07:50:40 +0000
commit76cb75700cb150513b8ae015c2a2c28d1cb4a1fc (patch)
tree46bdf22481de5524aa6090210ac69a9fa6453427 /inputmethod
parent3d4f4b52d921d81c07e9bd63bfeafa757f969cc0 (diff)
downloadpkgsrc-76cb75700cb150513b8ae015c2a2c28d1cb4a1fc.tar.gz
mozc-server: needs python 2.7 for gyp
Diffstat (limited to 'inputmethod')
-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 3adb7a7e2fb..c1a24dced7e 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2017/12/17 14:15:43 tsutsui Exp $
+# $NetBSD: Makefile.common,v 1.27 2019/04/25 07:50:40 maya 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_ACCEPTED= 27 # gyp
+
BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp-[0-9]*:../../devel/gyp
BUILD_DEPENDS+= ninja-build-[0-9]*:../../devel/ninja-build