Revision: 504 http://trac.macosforge.org/projects/darwinbuild/changeset/504 Author: wsiegrist@apple.com Date: 2009-04-17 12:57:39 -0700 (Fri, 17 Apr 2009) Log Message: ----------- Some more bless dependencies Modified Paths: -------------- trunk/plists/9A581.plist Modified: trunk/plists/9A581.plist =================================================================== --- trunk/plists/9A581.plist 2009-03-26 20:26:36 UTC (rev 503) +++ trunk/plists/9A581.plist 2009-04-17 19:57:39 UTC (rev 504) @@ -5352,7 +5352,10 @@ bless = { dependencies = { build = ( + CarbonHeaders, + CF, DiskArbitration, + IOKitUser, Libm, Libsystem, bash, @@ -5896,6 +5899,7 @@ build = ( Libm, Libsystem, + TargetConfig, bash, bootstrap_cmds, bsdmake, @@ -6921,6 +6925,15 @@ version = 520; }; flex = { + dependencies = { + build = ( + CarbonHeaders, + gnumake, + grep, + shell_cmds, + text_cmds, + ); + }; environment = { RC_ARCHS = "ppc ppc64 i386 x86_64"; };