diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index 035043eebc66..24403d7b834e 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= emby-server PORTVERSION= 4.6.4.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \ https://mediabrowser.github.io/embytools/ @@ -43,8 +44,9 @@ LIB_DEPENDS= libass.so:multimedia/libass \ libx264.so:multimedia/libx264 \ libx265.so:multimedia/x265 \ libzvbi.so:devel/libzvbi +RUN_DEPENDS= mono6.8>0:lang/mono6.8 -USES= compiler:c11 gmake iconv localbase:ldflags mono pkgconfig sqlite +USES= compiler:c11 gmake iconv localbase:ldflags pkgconfig sqlite USE_RC_SUBR= ${PORTNAME} HAS_CONFIGURE= yes