diff options
-rw-r--r-- | inputmethod/ibus-el/Makefile | 4 | ||||
-rw-r--r-- | wm/py-tyle/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/inputmethod/ibus-el/Makefile b/inputmethod/ibus-el/Makefile index dbdb3419e3b..a7caf3f92b4 100644 --- a/inputmethod/ibus-el/Makefile +++ b/inputmethod/ibus-el/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/02/25 09:47:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/08/22 12:21:56 wiz Exp $ # DISTNAME= ibus-el-0.2.1 @@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none EMACS_VERSIONS_ACCEPTED= emacs22 emacs23 emacs24 -PYTHON_VERSIONS_ACCEPTED= 27 26 25 +PYTHON_VERSIONS_INCOMPATIBLE= 24 25 REPLACE_PYTHON= ibus-el-agent # then execute directly diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index fef88603709..6842650979d 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/06/18 10:44:24 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2011/08/22 12:21:56 wiz Exp $ # DISTNAME= pytyle-0.7.5 @@ -16,6 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PY_PATCHLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 24 25 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |