aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-01-08 06:38:06 +0000
committerWen Heping <wen@FreeBSD.org>2024-01-08 06:40:23 +0000
commitb2d2b35e2fdbae94e3db94dc8efcfa319779988d (patch)
tree1fcfcd860978589c3f8fd63dd3678370a6788966
parent3be93737ea214528297458884093bc4418018c83 (diff)
downloadports-b2d2b35e2fdbae94e3db94dc8efcfa319779988d.tar.gz
ports-b2d2b35e2fdbae94e3db94dc8efcfa319779988d.zip
emulators/mame: Fix build with python-3.11
PR: 276046 Reported by: wen@ Approved by: maintainer
-rw-r--r--emulators/mame/Makefile2
1 files changed, 1 insertions, 1 deletions
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