Index: Makefile =================================================================== RCS file: /cvs/ports/x11/vlc/Makefile,v diff -u -p -u -p -r1.296 Makefile --- Makefile 8 Feb 2026 15:35:34 -0000 1.296 +++ Makefile 7 Aug 2026 12:17:24 -0000 @@ -2,6 +2,7 @@ COMMENT-main= VideoLAN client; multimedi COMMENT-jack= JACK audio output module for VLC V= 3.0.23 +REVISION= 0 DISTNAME= vlc-${V} PKGNAME-main= ${DISTNAME} PKGNAME-jack= vlc-jack-${V} @@ -124,7 +125,7 @@ LIB_DEPENDS-main= ${MODQT5_LIB_DEPENDS} devel/libnotify \ devel/libsmb2 \ devel/protobuf \ - devel/sdl \ + devel/sdl12-compat \ devel/sdl-image \ graphics/ffmpeg \ graphics/libdvbpsi \