diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-26 21:30:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-26 21:30:05 +0000 |
commit | 53efd89f1b4765f4d42070c349418f6df2f22d1a (patch) | |
tree | 734fbbcbaa009821118ee1751e5f31b9c5077744 | |
parent | d1e5107ae8dc74e2ba81be59efac2087e13310ab (diff) | |
download | pkgsrc-53efd89f1b4765f4d42070c349418f6df2f22d1a.tar.gz |
Doesn't actually build using python-3.x
-rw-r--r-- | devel/py-ipython013/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-ipython013/Makefile b/devel/py-ipython013/Makefile index cc96b46c70c..37ce435ca0f 100644 --- a/devel/py-ipython013/Makefile +++ b/devel/py-ipython013/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/12/26 18:50:31 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/12/26 21:30:05 dholland Exp $ # DISTNAME= ipython-0.13.1 @@ -14,7 +14,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline PYTHON_VERSIONS_INCOMPATIBLE= 25 -PYTHON_VERSIONS_INCLUDE_3X= yes +#PYTHON_VERSIONS_INCLUDE_3X= yes USE_LANGUAGES= # none USE_TOOLS+= gunzip |