diff options
author | joerg <joerg> | 2006-06-30 07:15:30 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-30 07:15:30 +0000 |
commit | d7a927a1ac5c3171aedae22bac635cbc453738e6 (patch) | |
tree | 7729dceec067e0a7e25c28659870627659d49926 /lang/python | |
parent | c6df141952ed54f73318c6f18d317f06a3415da5 (diff) | |
download | pkgsrc-d7a927a1ac5c3171aedae22bac635cbc453738e6.tar.gz |
py15-distutils-* => py15-distutils-[0-9]*
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 63ab7771aa9..a9f5bd91d6f 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.41 2006/06/15 16:16:12 joerg Exp $ +# $NetBSD: pyversion.mk,v 1.42 2006/06/30 07:15:30 joerg Exp $ .if !defined(PYTHON_PYVERSION_MK) PYTHON_PYVERSION_MK= defined @@ -102,7 +102,7 @@ PYDEPENDENCY= ${BUILDLINK_API_DEPENDS.python15}:${PYPKGSRCDIR} PYVERSSUFFIX= 1.5 PYPKGPREFIX= py15 .if !defined(PYTHON_DISTUTILS_BOOTSTRAP) -BUILD_DEPENDS+= py15-distutils-*:../../devel/py-distutils +BUILD_DEPENDS+= py15-distutils-[0-9]*:../../devel/py-distutils .endif .else # force an error |