Date: Fri, 27 Dec 2024 17:20:51 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8a02f343a8d9 - main - devel/py-game_sdl2: Fix pkg build Message-ID: <202412271720.4BRHKpjw069523@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 ttf2home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412271720.4BRHKpjw069523>
