diff options
Diffstat (limited to 'emulators/mgba/Makefile')
-rw-r--r-- | emulators/mgba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index ffe28e0de2af..3d371973f842 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -2,7 +2,7 @@ PORTNAME= mgba DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= greg@unrelenting.technology @@ -47,6 +47,7 @@ QT5_DESC= Qt 5 frontend DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB DEBUGGERS_USES= libedit +FFMPEG_BROKEN= fails to build with ffmpeg 4.0 FFMPEG_CMAKE_BOOL= USE_FFMPEG FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavformat.so:multimedia/ffmpeg \ |