From 29cdadcf687034c388ad49c98e329c99fef28e4d Mon Sep 17 00:00:00 2001 From: Stefan Schlosser Date: Fri, 20 Sep 2024 17:38:17 -0700 Subject: [PATCH] emulators/mednafen: Remove dependency on deprecated port audio/musepack PR: 281614 --- emulators/mednafen/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index c9404fb73b46..20ed156307ba 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -1,6 +1,7 @@ PORTNAME= mednafen DISTVERSION= 1.32.1 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= emulators games MASTER_SITES= https://mednafen.github.io/releases/files/ @@ -13,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFLAC.so:audio/flac \ liblzo2.so:archivers/lzo2 \ - libmpcdec.so:audio/musepack \ libtrio.so:devel/trio \ libvorbisfile.so:audio/libvorbis \ libzstd.so:archivers/zstd @@ -26,7 +26,6 @@ USE_SDL= sdl2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-external-libzstd \ --with-external-lzo \ - --with-external-mpcdec \ --with-external-tremor \ --with-external-trio