|
|||||||||||
|
RUN_DEPENDS=${BUILD_DEPENDS}
From: Christian Weisgerber <naddy(at)mips.inka.de>
Date: Sat Nov 30 2002 - 22:30:47 EST BUILD_DEPENDS= ...
USE_GMAKE=Yes adds a build dependency on gmake. Using a .bz2 distfiles adds a build dependency on bzip2. Etc. With the assignment above, these build dependencies will be added as run dependencies. Oops. If you want to avoid specifying duplicate lists, the reverse assignment BUILD_DEPENDS= ${RUN_DEPENDS}
-- Christian "naddy" Weisgerber naddy@mips.inka.deReceived on Sat Nov 30 23:32:02 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:38:18 EDT |
||||||||||
|
|||||||||||