Index: en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -3290,6 +3290,14 @@ other:${PORTSDIR}/lang/other BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} + + + Do not use := + to assign BUILD_DEPENDS to + RUN_DEPENDS or vice-versa. All + variables are expanded immediately, which is exactly the + wrong thing to do and almost always a failure. +