pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Fix up the supported versions on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/460312e7e6b4
branches:  trunk
changeset: 470786:460312e7e6b4
user:      danw <danw%pkgsrc.org@localhost>
date:      Thu Mar 11 23:50:10 2004 +0000

description:
Fix up the supported versions on Darwin

diffstat:

 lang/python/pyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 683a1cf94fad -r 460312e7e6b4 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Mar 11 23:35:06 2004 +0000
+++ b/lang/python/pyversion.mk  Thu Mar 11 23:50:10 2004 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index