git: 78e1cfad10b5 - main - games/funnyboat: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 17:17:09 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=78e1cfad10b5ba81294758e6a0507684a0c1b155
commit 78e1cfad10b5ba81294758e6a0507684a0c1b155
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-11-24 17:16:35 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-11-24 17:17:02 +0000
games/funnyboat: limit supported python versions
---
games/funnyboat/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile
index a8dd915fc38e..dee227f553b2 100644
--- a/games/funnyboat/Makefile
+++ b/games/funnyboat/Makefile
@@ -10,12 +10,12 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-CODE.txt
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MEDIA.txt
+RUN_DEPENDS= ${PYGAME}
+
USE_GITHUB= yes
GH_ACCOUNT= AMDmi3
-RUN_DEPENDS= ${PYGAME}
-
-USES= python:run
+USES= python:3.6-3.9,run # version range inherited from numpy
NO_BUILD= yes
NO_ARCH= yes