diff options
author | danw <danw@pkgsrc.org> | 2004-03-11 23:50:10 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-03-11 23:50:10 +0000 |
commit | 4b8bae1c918d5379fb0274f12e57197e2dcf9e68 (patch) | |
tree | 977743bb421b9c7e00c29b7fdfdd637b586525a7 /lang/python | |
parent | cc3a880eb81de00a8c584174df70f87ad3c594d8 (diff) | |
download | pkgsrc-4b8bae1c918d5379fb0274f12e57197e2dcf9e68.tar.gz |
Fix up the supported versions on Darwin
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 8cf5f83cdc8..7537ab6a466 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.23 2004/01/25 14:28:52 recht Exp $ +# $NetBSD: pyversion.mk,v 1.24 2004/03/11 23:50:10 danw Exp $ .if !defined(PYTHON_PYVERSION_MK) PYTHON_PYVERSION_MK= defined @@ -7,7 +7,7 @@ PYTHON_PYVERSION_MK= defined PYTHON_VERSION_DEFAULT?= 22 .if ${OPSYS} == "Darwin" -PYTHON_VERSIONS_ACCEPTED= 22 # the only one that builds +PYTHON_VERSIONS_ACCEPTED?= 23pth 22pth .else PYTHON_VERSIONS_ACCEPTED?= 22 22pth 23 23pth 21 21pth 20 .endif |