summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-28 12:49:56 +0000
committerwiz <wiz@pkgsrc.org>2022-01-28 12:49:56 +0000
commitda4fdae72e3dc87e5cd4985b1e6ce6b8d1e71e1d (patch)
treedd2e28db3f0b377912aa4d02bc3ada912a1a5d22 /inputmethod
parentc14a9e876dbea1aaa6c9e15bfe456e693c7535eb (diff)
downloadpkgsrc-da4fdae72e3dc87e5cd4985b1e6ce6b8d1e71e1d.tar.gz
ibus-anthy: limit to python 2.7 to fix build
(ibus-python is already limited to python 2.7)
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-anthy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus-anthy/Makefile b/inputmethod/ibus-anthy/Makefile
index 1fe9c3eb0fd..891a71e7517 100644
--- a/inputmethod/ibus-anthy/Makefile
+++ b/inputmethod/ibus-anthy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/12/08 16:05:13 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/28 12:49:56 wiz Exp $
DISTNAME= ibus-anthy-1.5.6
PKGREVISION= 4
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
CONFIGURE_ARGS+= --with-layout=default
#CONFIGURE_ARGS+= --enable-pygtk2-anthy
+PYTHON_VERSIONS_ACCEPTED= 27
+
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
.include "../../devel/glib2/buildlink3.mk"