Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2024 06:40:43 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b2d2b35e2fdb - main - emulators/mame: Fix build with python-3.11
Message-ID:  <202401080640.4086ehkh021516@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401080640.4086ehkh021516>