diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-10 11:15:26 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-10 11:15:26 +0000 |
commit | 27c2c39a116606c647e53d8420956ecb91c824fa (patch) | |
tree | 49c2a6821cf22a9ade76510fabf22027775afaa4 /inputmethod/ibus-python | |
parent | e1a71c34b7df581c6dc4397ba05ce6b02b5b0f0d (diff) | |
download | pkgsrc-27c2c39a116606c647e53d8420956ecb91c824fa.tar.gz |
py-gobject3 no longer supports Python 2.6, fix dependency fallout.
Diffstat (limited to 'inputmethod/ibus-python')
-rw-r--r-- | inputmethod/ibus-python/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index c1243fc1119..b8ec5b1cbb8 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/10/23 11:56:21 obache Exp $ +# $NetBSD: Makefile,v 1.2 2013/12/10 11:15:26 jperkin Exp $ # .include "../../inputmethod/ibus/Makefile.common" @@ -38,6 +38,9 @@ INSTALL_DIRS= bindings ibus CONFIGURE_ARGS+= --disable-dconf CONFIGURE_ARGS+= --disable-gconf CONFIGURE_ARGS+= --enable-python-library + +PYTHON_VERSIONS_INCOMPATIBLE= 26 + .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" |