diff options
author | obache <obache@pkgsrc.org> | 2014-07-12 12:24:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-12 12:24:29 +0000 |
commit | 72de4c76261838e476f6842ff9d7002f336ec440 (patch) | |
tree | 86e37e61e7ccf74109647ba9f4296a8a06456d74 /inputmethod | |
parent | 483ea69ef7f518a1e839ba2bd68dce9a83e7263d (diff) | |
download | pkgsrc-72de4c76261838e476f6842ff9d7002f336ec440.tar.gz |
Note that imcompatibility with python26 came from py-gobject3.
Diffstat (limited to 'inputmethod')
-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 9de02239d34..c42f0eb15ab 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/07/12 12:22:22 obache Exp $ +# $NetBSD: Makefile,v 1.6 2014/07/12 12:24:29 obache 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= 26 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # py-gtk2, py-gobject3 .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes |