diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 08:50:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 08:50:04 +0000 |
commit | df704820e3f40472ad87214943c12b6544e53a95 (patch) | |
tree | 5c32e0e646d2d6c6cac1fcd3a6e830ae20e404f7 /devel | |
parent | Update to 2.2.1. (diff) |
- Require python 2.2+
PR: ports/79852
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
Notes
Notes:
svn path=/head/; revision=133222
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ipython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 713cee319edd..c2aa1c6d400a 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -18,7 +18,7 @@ COMMENT= An enhanced Interactive Python shell MAN1= ipython.1 pycolor.1 MANCOMPRESSED= yes -USE_PYTHON= 2.1+ +USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> |