summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-01-24 08:04:41 +0000
committerrecht <recht@pkgsrc.org>2005-01-24 08:04:41 +0000
commit06a05b69b460416616ac2c44d06b4e9c6228a55c (patch)
tree73406dd5616116d458f69b4d3bcb76148a0a2bf5 /lang/python
parenta69bb73b815a96852184add3092e1fd79dc5906d (diff)
downloadpkgsrc-06a05b69b460416616ac2c44d06b4e9c6228a55c.tar.gz
Remove 23 from PYTHON_VERSIONS_INCOMPATIBLE in the Darwin case.
It builds and runs just fine.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index d24736f9642..e365c7faca2 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.31 2005/01/23 20:41:46 recht Exp $
+# $NetBSD: pyversion.mk,v 1.32 2005/01/24 08:04:41 recht Exp $
.if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined
@@ -7,7 +7,7 @@ PYTHON_PYVERSION_MK= defined
PYTHON_VERSION_DEFAULT?= 23
.if ${OPSYS} == "Darwin"
-PYTHON_VERSIONS_INCOMPATIBLE+= 23 22 21 20 15
+PYTHON_VERSIONS_INCOMPATIBLE+= 22 21 20 15
.endif
PYTHON_VERSIONS_ACCEPTED?= 24 23 22 21 20
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default