svn commit: r331568 - head/www/youtube_dl

William Grzybowski wg at FreeBSD.org
Fri Oct 25 11:21:13 UTC 2013


Author: wg
Date: Fri Oct 25 11:21:12 2013
New Revision: 331568
URL: http://svnweb.freebsd.org/changeset/ports/331568

Log:
  www/youtube_dl: remove last reference to ffmpeg-devel
  
  - Remove last reference to ffmpeg-devel
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/www/youtube_dl/Makefile

Modified: head/www/youtube_dl/Makefile
==============================================================================
--- head/www/youtube_dl/Makefile	Fri Oct 25 11:20:05 2013	(r331567)
+++ head/www/youtube_dl/Makefile	Fri Oct 25 11:21:12 2013	(r331568)
@@ -43,12 +43,7 @@ PLIST_FILES+=	etc/bash_completion.d/yout
 .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:


More information about the svn-ports-head mailing list