summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-02-15 16:35:08 +0000
committerryoon <ryoon@pkgsrc.org>2021-02-15 16:35:08 +0000
commitcc0576e800bbc703f48c28533ea86cd3102ebd9b (patch)
tree6ecc9227461d6f7d664ed1d020bdeee0405a2f4a /inputmethod/mozc-server
parent5630fc9fc002dd1b2a410e4e163287338f7caefb (diff)
downloadpkgsrc-cc0576e800bbc703f48c28533ea86cd3102ebd9b.tar.gz
mozc-server: Use += for PYTHON_VERSIONS_INCOMPATIBLE
Pointed by joerg@. Thank you.
Diffstat (limited to 'inputmethod/mozc-server')
-rw-r--r--inputmethod/mozc-server/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index add9235d640..90d680beb65 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -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 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
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