diff options
Diffstat (limited to 'inputmethod/ibus-anthy/Makefile')
-rw-r--r-- | inputmethod/ibus-anthy/Makefile | 4 |
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" |