diff options
author | wg <wg@FreeBSD.org> | 2013-10-25 19:21:12 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-25 19:21:12 +0800 |
commit | a111072d5a23d72a406959cba2f64ef90350219f (patch) | |
tree | ef9be55480cee830d4348aef83c7edd26f162040 | |
parent | 2963763acec33f143c4e23e30c520a3965560eec (diff) | |
download | freebsd-ports-gnome-a111072d5a23d72a406959cba2f64ef90350219f.tar.gz freebsd-ports-gnome-a111072d5a23d72a406959cba2f64ef90350219f.tar.zst freebsd-ports-gnome-a111072d5a23d72a406959cba2f64ef90350219f.zip |
www/youtube_dl: remove last reference to ffmpeg-devel
- Remove last reference to ffmpeg-devel
Approved by: portmgr (bapt, implicit)
-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: |