aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r--Mk/bsd.python.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index bc3a188183eb..3e82bbddb4db 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -159,8 +159,8 @@ Python_Include_MAINTAINER= python@FreeBSD.org
# specific version of zope.
#
-_PYTHON_PORTBRANCH= 2.5
-_PYTHON_ALLBRANCHES= 2.5 2.4 2.3 2.2 2.1 # preferred first
+_PYTHON_PORTBRANCH= 2.4
+_PYTHON_ALLBRANCHES= 2.4 2.5 2.3 2.2 2.1 # preferred first
_ZOPE_PORTBRANCH= 2.7
_ZOPE_ALLBRANCHES= 2.7 2.8 2.9 3.2
@@ -358,8 +358,8 @@ check-makevars::
@${ECHO} " python2.1"
@${ECHO} " python2.2"
@${ECHO} " python2.3"
- @${ECHO} " python2.4"
- @${ECHO} " python2.5 (default)"
+ @${ECHO} " python2.4 (default)"
+ @${ECHO} " python2.5"
@${FALSE}
.endif