On Thu, Feb 9, 2012 at 06:48, Ulrich Wienands <wiena...@gmail.com> wrote: > 93 > 94 platform darwin 11 { > 95 configure.args-append \ > 96 --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \ > 97 --with-macosx-version-min=10.6
The platform directive is stating a condition upon which the block is executed. That line doesn't say that darwin 11 is a requirement, it says that if the port is installed on darwin 11 then the following arguments are appended to configuration. Consider that Xcode 4.x doesn't come with 10.5u SDK, so the portfile is specifying 10.6 SDK. -- Andrea _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users