summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorreed <reed>2011-06-21 14:11:24 +0000
committerreed <reed>2011-06-21 14:11:24 +0000
commit7d7254627f5ef00f46a53d137cf19dd27c3fe6b1 (patch)
tree9d93eef9604e918b4909bf445f3de27591a5f5d4 /lang/python
parent5fda4c211e8571c506d2ff753244cd3022b174ee (diff)
downloadpkgsrc-7d7254627f5ef00f46a53d137cf19dd27c3fe6b1.tar.gz
Change the PYDEPENDENCY for python31 to python31.
What uses PYDEPENDENCY?
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