diff options
Diffstat (limited to 'emulators/dolphin-emu/Makefile')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 28a4114b8714..ccf8ae0eb0a5 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -1,6 +1,5 @@ PORTNAME= dolphin-emu -PORTVERSION= 2506 -PORTREVISION= 1 +PORTVERSION= 2509 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org @@ -61,7 +60,7 @@ GH_TAGNAME= ${PORTVERSION} .include "${.CURDIR}/Makefile.tuples" USE_GL= egl gl -USE_SDL= sdl2 +USE_SDL= sdl3 USE_XORG= ice sm x11 xext xi xrandr USE_QT= base svg |