Document the fact that _DEPENDS now also has per options helpers

This commit is contained in:
Baptiste Daroussin 2013-06-14 14:29:13 +00:00
parent fff04a6460
commit 2744ab655b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320932

View File

@ -47,6 +47,9 @@ AUTHOR: bapt@FreeBSD.org
${OPT_CMAKE_OFF=<something> will automatically add:
CMAKE_ARGS+=<something> in case OPT is deactivated
${OPT}_${TYPE}_DEPENDS=<something> will automatically add:
${TYPE_DEPENDS}+=<something> in case OPT is 'on'
20130614:
AUTHOR: bapt@FreeBSD.org