aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-13 16:50:04 +0800
committerpav <pav@FreeBSD.org>2005-04-13 16:50:04 +0800
commitbe433a023c52b8f8cc2a5564e68f6e0becb49446 (patch)
tree95ecf5c7f5858745778949971e97165623a0cac3
parent0e5382ffe050bda7b1b9d24def7e16d836f86f76 (diff)
downloadfreebsd-ports-gnome-be433a023c52b8f8cc2a5564e68f6e0becb49446.tar.gz
freebsd-ports-gnome-be433a023c52b8f8cc2a5564e68f6e0becb49446.tar.zst
freebsd-ports-gnome-be433a023c52b8f8cc2a5564e68f6e0becb49446.zip
- Require python 2.2+
PR: ports/79852 Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
-rw-r--r--devel/ipython/Makefile2
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>