svn commit: r490300 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Mon Jan 14 20:20:12 UTC 2019


Jan Beich <jbeich at FreeBSD.org> writes:

> Jan Beich <jbeich at FreeBSD.org> writes:
>
>> ... To borrow Gentoo syntax the fix'd look like
> [...]
>> +BUILD_DEPENDS=	ffmpeg>0:multimedia/ffmpeg[CHROMAPRINT=off]
>
> Oops, Gentoo uses ! to negate USEs (similar to OPTIONS_{,UN}SET in make.conf).
>
>> +BUILD_DEPENDS=	ffmpeg>0:multimedia/ffmpeg[!CHROMAPRINT]
>
> https://devmanual.gentoo.org/general-concepts/dependencies/#built-with-use-dependencies

Another oops, I meant - (minus) rather than ! (exclamation mark).

+BUILD_DEPENDS=	ffmpeg>0:multimedia/ffmpeg[-CHROMAPRINT]


More information about the svn-ports-head mailing list