summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index ebcce39a339..3c7b39c6cad 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.89 2011/06/17 01:01:04 reed Exp $
+# $NetBSD: pyversion.mk,v 1.90 2011/06/21 14:11:24 reed Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -124,7 +124,7 @@ _PYTHON_VERSION= none
.if ${_PYTHON_VERSION} == "31"
PYPKGSRCDIR= ../../lang/python31
-PYDEPENDENCY= ${BUILDLINK_API_DEPENDS.python26}:${PYPKGSRCDIR}
+PYDEPENDENCY= ${BUILDLINK_API_DEPENDS.python31}:${PYPKGSRCDIR}
PYPACKAGE= python31
PYVERSSUFFIX= 3.1
PYPKGPREFIX= py31