git: 278b2d3e265f - main - games/funnyboat: Fix build with python-3.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jan 2024 13:47:57 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=278b2d3e265ff6bf659481c14877a273fb660ef3 commit 278b2d3e265ff6bf659481c14877a273fb660ef3 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-01-13 13:45:16 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-01-13 13:47:19 +0000 games/funnyboat: Fix build with python-3.11 PR: 276047 Reported by: wen@ Approved by: portmgr@(blanket, fix build) --- games/funnyboat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile index d7bc64f5ae30..562c0f303ba6 100644 --- a/games/funnyboat/Makefile +++ b/games/funnyboat/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYGAME} USE_GITHUB= yes GH_ACCOUNT= AMDmi3 -USES= python:3.8-3.9,run # version range inherited from numpy +USES= python:run # version range inherited from numpy NO_BUILD= yes NO_ARCH= yes