pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/mozc-server



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr 25 07:50:40 UTC 2019

Modified Files:
        pkgsrc/inputmethod/mozc-server: Makefile.common

Log Message:
mozc-server: needs python 2.7 for gyp


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/mozc-server/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/mozc-server/Makefile.common
diff -u pkgsrc/inputmethod/mozc-server/Makefile.common:1.26 pkgsrc/inputmethod/mozc-server/Makefile.common:1.27
--- pkgsrc/inputmethod/mozc-server/Makefile.common:1.26 Sun Dec 17 14:15:43 2017
+++ pkgsrc/inputmethod/mozc-server/Makefile.common      Thu Apr 25 07:50:40 2019
@@ -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
 



Home | Main Index | Thread Index | Old Index