diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-18 09:16:15 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-18 09:16:15 +0000 |
commit | e09c476674b3a4ec4c4ea0dca1e391aa1d22b7e3 (patch) | |
tree | a4aff8c2fee89705e729edb60de659f77f0934ad /devel | |
parent | b2cfa8150ec5847f1785014af606d886094e7794 (diff) | |
download | pkgsrc-e09c476674b3a4ec4c4ea0dca1e391aa1d22b7e3.tar.gz |
Fails with python25:
ERROR: 'IPython requires Python Version 2.6 or above.'
Mark it so.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ipython012/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-ipython012/Makefile b/devel/py-ipython012/Makefile index 97eeb65cd5e..0b87831b619 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 |