From be433a023c52b8f8cc2a5564e68f6e0becb49446 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 13 Apr 2005 08:50:04 +0000 Subject: - Require python 2.2+ PR: ports/79852 Submitted by: Dryice Liu (maintainer) --- devel/ipython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit