add 22pth and 21pth to default 'accepted' list

fixes PR pkg/20601 by David W. Talmage
This commit is contained in:
jdolecek 2003-03-10 09:19:07 +00:00
parent 5364610d9d
commit 0e8a85b77b

View file

@ -1,4 +1,4 @@
# $NetBSD: pyversion.mk,v 1.18 2002/12/23 14:11:36 wiz Exp $ # $NetBSD: pyversion.mk,v 1.19 2003/03/10 09:19:07 jdolecek Exp $
.if !defined(PYTHON_PYVERSION_MK) .if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined PYTHON_PYVERSION_MK= defined
@ -9,7 +9,7 @@ PYTHON_VERSION_DEFAULT?= 22
.if ${OPSYS} == "Darwin" .if ${OPSYS} == "Darwin"
PYTHON_VERSIONS_ACCEPTED= 22 # the only one that builds PYTHON_VERSIONS_ACCEPTED= 22 # the only one that builds
.else .else
PYTHON_VERSIONS_ACCEPTED?= 22 21 20 PYTHON_VERSIONS_ACCEPTED?= 22 22pth 21 21pth 20
.endif .endif
BUILDLINK_DEPENDS.python15?= python15>=1.5 BUILDLINK_DEPENDS.python15?= python15>=1.5