summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-16 18:45:09 +0000
committerdrochner <drochner>2002-01-16 18:45:09 +0000
commitc7adf5677d01c11feaf88ff5f21689023bdfc9b4 (patch)
treebcaf83083b7f6fb7b58cc76b6979e8a77ff93adb /lang/python
parent8fd7cb4f175628e295e572c8e56e99131b136df5 (diff)
downloadpkgsrc-c7adf5677d01c11feaf88ff5f21689023bdfc9b4.tar.gz
update for new location of the Python-2.0 pkg
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 1ce573dd0ab..fdb73375f5c 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.2 2002/01/15 17:18:01 drochner Exp $
+# $NetBSD: pyversion.mk,v 1.3 2002/01/16 18:45:09 drochner Exp $
.if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined
@@ -74,8 +74,7 @@ DEPENDS+= python21>=2.1:../../lang/python21
PYTHONBIN= ${LOCALBASE}/bin/python2.1
PYPKGPREFIX= py21
.elif ${_PYTHON_VERSION} == "20"
-#DEPENDS+= python20>=2.0:../../lang/python20
-DEPENDS+= python-2.0.1:../../lang/python
+DEPENDS+= python20>=2.0:../../lang/python20
PYTHONBIN= ${LOCALBASE}/bin/python2.0
PYPKGPREFIX= py20
.endif