diff options
author | drochner <drochner> | 2002-01-16 18:45:09 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-16 18:45:09 +0000 |
commit | d680560b59f00983615ee2c167ddc85bc8a0e51b (patch) | |
tree | bcaf83083b7f6fb7b58cc76b6979e8a77ff93adb /lang | |
parent | b86dbfdbf47e0ebbc3fd5242b63aa7c2f26d4342 (diff) | |
download | pkgsrc-d680560b59f00983615ee2c167ddc85bc8a0e51b.tar.gz |
update for new location of the Python-2.0 pkg
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/pyversion.mk | 5 |
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 |