git: 8a02f343a8d9 - main - devel/py-game_sdl2: Fix pkg build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 17:20:51 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a02f343a8d9b7de7ec864bf4379a1f256d7db7f
commit 8a02f343a8d9b7de7ec864bf4379a1f256d7db7f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-27 17:19:54 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-27 17:20:44 +0000
devel/py-game_sdl2: Fix pkg build
Approved by: portmgr (blanket)
---
devel/py-game_sdl2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-game_sdl2/Makefile b/devel/py-game_sdl2/Makefile
index 08587927c47d..c73c4bd1f4d5 100644
--- a/devel/py-game_sdl2/Makefile
+++ b/devel/py-game_sdl2/Makefile
@@ -15,7 +15,7 @@ LICENSE_COMB= multi
LIB_DEPENDS= libpng.so:graphics/png
-USES= jpeg localbase python sdl
+USES= jpeg localbase python:2.7+ sdl
USE_PYTHON= autoplist distutils cython
USE_SDL= image2 mixer2 ttf2