diff options
Diffstat (limited to 'games/retroarch/Makefile')
-rw-r--r-- | games/retroarch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/retroarch/Makefile b/games/retroarch/Makefile index c0747187d937..3ee89cc30a12 100644 --- a/games/retroarch/Makefile +++ b/games/retroarch/Makefile @@ -4,7 +4,7 @@ PORTNAME= RetroArch PORTVERSION= 1.3.6 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org @@ -26,6 +26,7 @@ NETPLAY_DESC= Peer-to-peer netplay PYTHON_DESC= Script support in shaders FBO_DESC= OpenGL render-to-texture +FFMPEG_BROKEN= fails to build with ffmpeg 4.0 FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ENABLE=ffmpeg OSS_CONFIGURE_ENABLE= oss |