Index: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -5469,6 +5469,17 @@ also some pre-supported dependency variables for common cases, plus a few more to control the behavior of dependencies. + + When software has extra dependencies that provide extra + features, the base dependencies listed in + *_DEPENDS should + include the extra dependencies that would benefit most users. + The base dependencies should never be a minimal + dependency set. The goal is not to include every dependency + possible. Only include those that will benefit most + people. + + <varname>LIB_DEPENDS</varname>