*/*: Reword python ignore mesage

This commit is contained in:
Muhammad Moinur Rahman 2024-09-13 16:53:06 +02:00
parent 24acc5e482
commit 49f6d74ff5
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: