diff options
Diffstat (limited to 'www/youtube_dl')
-rw-r--r-- | www/youtube_dl/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 78176605798a..1b6c91475496 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -43,12 +43,7 @@ PLIST_FILES+= etc/bash_completion.d/youtube-dl.sh .endif .if ${PORT_OPTIONS:MFFMPEG} -# allow either multimedia/ffmpeg or multimedia/ffmpeg-devel -. if exists(${LOCALBASE}/include/libavcodec/vda.h) -RUN_DEPENDS+= ffprobe:${PORTSDIR}/multimedia/ffmpeg-devel -. else RUN_DEPENDS+= ffprobe:${PORTSDIR}/multimedia/ffmpeg -. endif .endif post-extract: |