git: b2d2b35e2fdb - main - emulators/mame: Fix build with python-3.11

From: Wen Heping <wen_at_FreeBSD.org>
Date: Mon, 08 Jan 2024 06:40:43 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b2d2b35e2fdbae94e3db94dc8efcfa319779988d

commit b2d2b35e2fdbae94e3db94dc8efcfa319779988d
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-01-08 06:38:06 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-01-08 06:40:23 +0000

    emulators/mame: Fix build with python-3.11
    
    PR:             276046
    Reported by:    wen@
    Approved by:    maintainer
---
 emulators/mame/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 79486591c88a..db46c9592d69 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -35,7 +35,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 RUN_DEPENDS=	liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
 
 USES=		compiler:c++17-lang gl gmake jpeg llvm:min=16 localbase \
-		pkgconfig python:3.9,build sdl shebangfix sqlite:3 xorg
+		pkgconfig python:build sdl shebangfix sqlite:3 xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mamedev