diff --git a/www/you-get/Makefile b/www/you-get/Makefile index 56e5f803fff7..ef5acc535ee2 100644 --- a/www/you-get/Makefile +++ b/www/you-get/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg +OPTIONS_DEFINE= RTMPDUMP + NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python:3 @@ -22,4 +24,6 @@ USES= python:3 GH_ACCOUNT= soimort USE_GITHUB= yes +RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump + .include