From 263a93f75fb030554e850ef4c14e3e5bc38c95c1 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Fri, 25 Oct 2013 11:21:12 +0000 Subject: [PATCH] www/youtube_dl: remove last reference to ffmpeg-devel - Remove last reference to ffmpeg-devel Approved by: portmgr (bapt, implicit) --- www/youtube_dl/Makefile | 5 ----- 1 file changed, 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: