diff options
Diffstat (limited to 'inputmethod/ibus-python/Makefile')
-rw-r--r-- | inputmethod/ibus-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index cfbd3f38aa2..539e3ade26a 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:42 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:46 adam Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-gconf CONFIGURE_ARGS+= --enable-python-library CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gobject3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gobject3 .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes |