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: Use += for PYTHON...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f63c5fc3d9c
branches: trunk
changeset: 447078:0f63c5fc3d9c
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Feb 15 16:35:08 2021 +0000
description:
mozc-server: Use += for PYTHON_VERSIONS_INCOMPATIBLE
Pointed by joerg@. Thank you.
diffstat:
inputmethod/mozc-server/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0549f4f77e24 -r 0f63c5fc3d9c inputmethod/mozc-server/Makefile.common
--- a/inputmethod/mozc-server/Makefile.common Mon Feb 15 15:46:54 2021 +0000
+++ b/inputmethod/mozc-server/Makefile.common Mon Feb 15 16:35:08 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2021/02/15 15:46:54 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.32 2021/02/15 16:35:08 ryoon Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -28,7 +28,7 @@
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/mozc-server/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp>=0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6:../../devel/gyp
BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
Home |
Main Index |
Thread Index |
Old Index