summaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-11 12:05:29 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-01-11 12:05:29 +0000
commit2d5aba540ba14ea7c7b0dee7841c6f0a4365d9ed (patch)
tree89c8016e7c9e4433956d0d7399b7f6f606136757 /Mk/bsd.python.mk
parentAdd MD5 for Python-2.2. (diff)
Add python2.2 to the list of legal PYTHON_VERSIONs.
Notes
Notes: svn path=/head/; revision=52912
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r--Mk/bsd.python.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index b15b446a1806..0c10dfe599c5 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -1,4 +1,4 @@
-# -*- mode: Fundamental; tab-width: 4; -*-
+# -*- mode: Makefile; tab-width: 4; -*-
# ex: ts=4
#
# $FreeBSD$
@@ -150,7 +150,8 @@ PYTHON_WRKSRC= ${WRKDIR}/Python-1.5.2
@${ECHO} " python1.5"
@${ECHO} " python1.6"
@${ECHO} " python2.0"
- @${ECHO} " python2.1 (default)."
+ @${ECHO} " python2.1"
+ @${ECHO} " python2.2 (default)."
@${FALSE}
.endif