Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 11:21:13 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331568 - head/www/youtube_dl
Message-ID:  <201310251121.r9PBLDtS029697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310251121.r9PBLDtS029697>