summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-12-10 11:15:26 +0000
committerjperkin <jperkin@pkgsrc.org>2013-12-10 11:15:26 +0000
commit27c2c39a116606c647e53d8420956ecb91c824fa (patch)
tree49c2a6821cf22a9ade76510fabf22027775afaa4 /inputmethod
parente1a71c34b7df581c6dc4397ba05ce6b02b5b0f0d (diff)
downloadpkgsrc-27c2c39a116606c647e53d8420956ecb91c824fa.tar.gz
py-gobject3 no longer supports Python 2.6, fix dependency fallout.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-python/Makefile5
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"