git: 244bfa13d9ed - main - games/freeorion: remove irrelevant python version limitation

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 31 Oct 2022 17:28:02 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=244bfa13d9ed100470fbc4f736f270c64d838613

commit 244bfa13d9ed100470fbc4f736f270c64d838613
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-10-31 10:47:51 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-10-31 17:14:41 +0000

    games/freeorion: remove irrelevant python version limitation
    
    PR:             267362
---
 games/freeorion/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile
index f63a623023b5..75d08d468ef9 100644
--- a/games/freeorion/Makefile
+++ b/games/freeorion/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 
 USE_GITHUB=	yes
 
-USES=		cmake compiler:c++14-lang python:3.8-3.10  # inherited from boost-python-libs
+USES=		cmake compiler:c++14-lang python:3.8+
 CMAKE_ARGS=	-Wno-dev
 
 LDFLAGS_i386=	-Wl,-znotext