summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2011-06-21 14:11:24 +0000
committerreed <reed@pkgsrc.org>2011-06-21 14:11:24 +0000
commitbd995398895ea934388ea297874ccc9815032dc7 (patch)
tree9d93eef9604e918b4909bf445f3de27591a5f5d4 /lang/python
parent5539de4a1d39f759d8adc207fd0db6e04b866d9f (diff)
downloadpkgsrc-bd995398895ea934388ea297874ccc9815032dc7.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