diff options
author | seb <seb@pkgsrc.org> | 2002-09-25 00:02:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-09-25 00:02:40 +0000 |
commit | 65e7637413a7fa708ec2db2e00611e1423ef54c2 (patch) | |
tree | 7cb530be146867a0de0df0949db924a01a3b520a /lang/python | |
parent | ffc79987e60efa7d33fc79b6b1c0dc87fc8e90bd (diff) | |
download | pkgsrc-65e7637413a7fa708ec2db2e00611e1423ef54c2.tar.gz |
Fix typo on python21-pth pathname.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 3a1aa44fc45..93a7b85f3b9 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.11 2002/09/20 22:53:22 jlam Exp $ +# $NetBSD: pyversion.mk,v 1.12 2002/09/25 00:02:40 seb Exp $ .if !defined(PYTHON_PYVERSION_MK) PYTHON_PYVERSION_MK= defined @@ -92,7 +92,7 @@ PYDEPENDENCY= ${BUILDLINK_DEPENDS.python21}:${PYPKGSRCDIR} PYVERSSUFFIX= 2.1 PYPKGPREFIX= py21 .elif ${_PYTHON_VERSION} == "21pth" -PYPKGSRCDIR= ../../lang/python21pth +PYPKGSRCDIR= ../../lang/python21-pth PYDEPENDENCY= ${BUILDLINK_DEPENDS.python21pth}:${PYPKGSRCDIR} PYVERSSUFFIX= 2p1 PYPKGPREFIX= py21pth |