pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/mozc-server mozc-server: needs python 2.7 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18e7a54bdaf8
branches:  trunk
changeset: 322586:18e7a54bdaf8
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Apr 25 07:50:40 2019 +0000

description:
mozc-server: needs python 2.7 for gyp

diffstat:

 inputmethod/mozc-server/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5550531dd65a -r 18e7a54bdaf8 inputmethod/mozc-server/Makefile.common
--- a/inputmethod/mozc-server/Makefile.common   Thu Apr 25 07:32:34 2019 +0000
+++ b/inputmethod/mozc-server/Makefile.common   Thu Apr 25 07:50:40 2019 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index