diff options
author | perky <perky@FreeBSD.org> | 2005-04-03 21:55:44 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-04-03 21:55:44 +0800 |
commit | 145a0ec022adf8a734966cc9b2db9439e311bf48 (patch) | |
tree | ce03c3c67c03e2c1b3475d52db83f417994936ad /Mk/bsd.python.mk | |
parent | 9b2199ee5fc923f9a8032b627fb92c20c5b1c788 (diff) | |
download | freebsd-ports-graphics-145a0ec022adf8a734966cc9b2db9439e311bf48.tar.gz freebsd-ports-graphics-145a0ec022adf8a734966cc9b2db9439e311bf48.tar.zst freebsd-ports-graphics-145a0ec022adf8a734966cc9b2db9439e311bf48.zip |
Update to Python 2.4.1
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 5521a8f1caf..487b15d77ab 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -216,9 +216,9 @@ PYTHON_SUFFIX= 25 # Python-2.4 .elif ${PYTHON_VERSION} == "python2.4" -PYTHON_PORTVERSION?=2.4 +PYTHON_PORTVERSION?=2.4.1 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python -PYTHON_REL= 240 +PYTHON_REL= 241 PYTHON_SUFFIX= 24 # Python-2.3 |