diff options
author | Wen Heping <wen@FreeBSD.org> | 2024-01-13 13:45:16 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2024-01-13 13:47:19 +0000 |
commit | 278b2d3e265ff6bf659481c14877a273fb660ef3 (patch) | |
tree | 651fb6907a7680a28ea37ddc3831e5a15190e6a8 | |
parent | 2aeafe89516bf065c748055ecde5cae7d5cd65ea (diff) |
games/funnyboat: Fix build with python-3.11
PR: 276047
Reported by: wen@
Approved by: portmgr@(blanket, fix build)
-rw-r--r-- | games/funnyboat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |