www/youtube_dl: remove last reference to ffmpeg-devel

- Remove last reference to ffmpeg-devel

Approved by:	portmgr (bapt, implicit)
This commit is contained in:
William Grzybowski 2013-10-25 11:21:12 +00:00
parent cac976f177
commit 263a93f75f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331568

View File

@ -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: