summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-09 11:06:13 +0000
committerjlam <jlam>2002-10-09 11:06:13 +0000
commite29f9b8ec2475af2b5b9f328d5d51011088ca839 (patch)
tree457e57001b785a70f597dc872db6cb9f262a727c /lang/python
parent07b2b721e007bf6336008c3bb464cfacda3dbda9 (diff)
downloadpkgsrc-e29f9b8ec2475af2b5b9f328d5d51011088ca839.tar.gz
We actually refer to the pth-enable python package as "python21-pth".
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 93a7b85f3b9..eeff63e903c 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.12 2002/09/25 00:02:40 seb Exp $
+# $NetBSD: pyversion.mk,v 1.13 2002/10/09 11:06:13 jlam Exp $
.if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined
@@ -8,11 +8,11 @@ PYTHON_PYVERSION_MK= defined
PYTHON_VERSION_DEFAULT?= 21
PYTHON_VERSIONS_ACCEPTED?= 22 21 20
-BUILDLINK_DEPENDS.python15?= python15>=1.5
-BUILDLINK_DEPENDS.python20?= python20>=2.0
-BUILDLINK_DEPENDS.python21?= python21>=2.1
-BUILDLINK_DEPENDS.python21pth?= python21-pth>=2.1
-BUILDLINK_DEPENDS.python22?= python22>=2.2
+BUILDLINK_DEPENDS.python15?= python15>=1.5
+BUILDLINK_DEPENDS.python20?= python20>=2.0
+BUILDLINK_DEPENDS.python21?= python21>=2.1
+BUILDLINK_DEPENDS.python21-pth?= python21-pth>=2.1
+BUILDLINK_DEPENDS.python22?= python22>=2.2
# transform the list into individual variables
.for pv in ${PYTHON_VERSIONS_ACCEPTED}
@@ -93,7 +93,7 @@ PYVERSSUFFIX= 2.1
PYPKGPREFIX= py21
.elif ${_PYTHON_VERSION} == "21pth"
PYPKGSRCDIR= ../../lang/python21-pth
-PYDEPENDENCY= ${BUILDLINK_DEPENDS.python21pth}:${PYPKGSRCDIR}
+PYDEPENDENCY= ${BUILDLINK_DEPENDS.python21-pth}:${PYPKGSRCDIR}
PYVERSSUFFIX= 2p1
PYPKGPREFIX= py21pth
. if defined(USE_BUILDLINK2)