Skip to content

Commit

Permalink
emulators/mednafen: Remove dependency on deprecated port audio/musepack
Browse files Browse the repository at this point in the history
PR:		281614
  • Loading branch information
bsdcode authored and alonsobsd committed Sep 21, 2024
1 parent 214dd1d commit 29cdadc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emulators/mednafen/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 29cdadc

Please sign in to comment.