summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-at-spi2/Makefile3
-rw-r--r--inputmethod/ibus-python/Makefile5
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile
index f1a51df5e23..e314502392e 100644
--- a/devel/py-at-spi2/Makefile
+++ b/devel/py-at-spi2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/05/20 14:51:13 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2013/12/10 11:15:26 jperkin Exp $
#
DISTNAME= pyatspi-2.8.0
@@ -23,6 +23,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
#PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 26
PYTHON_SELF_CONFLICT= no
CONFLICTS= ${PYPKGPREFIX}-at-spi-[0-9]*
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"