From 46659ea5f11f2568ccaa04434c8aa9c2fc553a9e Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 18 Apr 2012 09:16:15 +0000 Subject: [PATCH] Fails with python25: ERROR: 'IPython requires Python Version 2.6 or above.' Mark it so. --- devel/py-ipython012/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-ipython012/Makefile b/devel/py-ipython012/Makefile index 97eeb65cd5e8..0b87831b619c 100644 --- a/devel/py-ipython012/Makefile +++ b/devel/py-ipython012/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2012/04/18 09:16:15 dholland Exp $ # DISTNAME= ipython-0.12 @@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCOMPATIBLE= 25 + USE_LANGUAGES= # none USE_TOOLS+= gunzip