mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
*/*: Reword python ignore mesage
This commit is contained in:
parent
24acc5e482
commit
49f6d74ff5
@ -32,7 +32,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} > 30900
|
||||
BROKEN= Python-3.9 is not supported
|
||||
BROKEN= Python-3.9 or later is not supported
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -55,7 +55,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensi
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} > 30900
|
||||
BROKEN= python-3.9 is not supported
|
||||
BROKEN= python-3.9 or later is not supported
|
||||
.endif
|
||||
|
||||
do-test:
|
||||
|
@ -30,7 +30,7 @@ NO_ARCH= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} > 30900
|
||||
BROKEN= python-3.9 is not supported
|
||||
BROKEN= python-3.9 or later is not supported
|
||||
.endif
|
||||
|
||||
do-test:
|
||||
|
Loading…
Reference in New Issue
Block a user