diff options
author | perky <perky@FreeBSD.org> | 2004-05-27 23:58:02 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-05-27 23:58:02 +0800 |
commit | 203aeb85578a1c8f6834e577b7453cfc0cccd36d (patch) | |
tree | 63334e2a73b02adb1ce84ed8a37f3a914430e6ae /Mk | |
parent | 2648f4641a90e1f71be1af9a0fae404737ddddb4 (diff) | |
download | freebsd-ports-gnome-203aeb85578a1c8f6834e577b7453cfc0cccd36d.tar.gz freebsd-ports-gnome-203aeb85578a1c8f6834e577b7453cfc0cccd36d.tar.zst freebsd-ports-gnome-203aeb85578a1c8f6834e577b7453cfc0cccd36d.zip |
- Update to Python 2.3.4.
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
Diffstat (limited to '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 1d107c15bce5..e8c9d8cbe732 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -192,9 +192,9 @@ PYTHON_SUFFIX= 24 # Python-2.3 .elif ${PYTHON_VERSION} == "python2.3" -PYTHON_PORTVERSION?=2.3.3 +PYTHON_PORTVERSION?=2.3.4 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python -PYTHON_REL= 233 +PYTHON_REL= 234 PYTHON_SUFFIX= 23 # Python-2.2 |