From 06a05b69b460416616ac2c44d06b4e9c6228a55c Mon Sep 17 00:00:00 2001 From: recht Date: Mon, 24 Jan 2005 08:04:41 +0000 Subject: Remove 23 from PYTHON_VERSIONS_INCOMPATIBLE in the Darwin case. It builds and runs just fine. --- lang/python/pyversion.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python') 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 -- cgit v1.2.3