aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2011-07-22 15:12:07 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2011-07-22 15:12:07 +0000
commit1aeea51c581dc74b298d8941057af4a5ae24fc40 (patch)
tree3554f47d07b3145d57e0394b1196263fb9ee9352 /Mk
parent8e35d01c74689ce382bef284b48f2def73d759a5 (diff)
downloadports-1aeea51c581dc74b298d8941057af4a5ae24fc40.tar.gz
ports-1aeea51c581dc74b298d8941057af4a5ae24fc40.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.python.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index c0d56d66e0ab..6cd4b44c2a5f 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -359,9 +359,9 @@ PYTHON_PORTVERSION= ${PYTHON_DEFAULT_PORTVERSION}
# Python-3.2
.if ${PYTHON_VERSION} == "python3.2"
-PYTHON_PORTVERSION?=3.2
+PYTHON_PORTVERSION?=3.2.1
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python32
-PYTHON_REL= 320
+PYTHON_REL= 321
PYTHON_SUFFIX= 32
PYTHON_VER= 3.2
.if exists(${PYTHON_CMD}-config)