On Wed, Mar 16, 2011 at 11:41:54AM +0000, Stuart Henderson wrote: > On 2011/03/16 10:29, Edd Barrett wrote: > > +# To do dynamic ffmpeg linking, you also need the ffmpeg sources inside > > +# the build tree for some obscure reason. This should retrieve the same > > +# distfile as graphics/ffmpeg. > > +DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \ > > + ffmpeg-git-${FFMPEG_V}${EXTRACT_SUFX} > > I'm not keen on this, how about "BUILD_DEPENDS=graphics/ffmpeg:patch"?
Definitely, it's the way to go for such cases. Landry