py27_wxpython

Andrea D'Amore and.damore at macports.org
Wed Feb 8 23:51:37 PST 2012


On Thu, Feb 9, 2012 at 06:48, Ulrich Wienands <wienands at 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


More information about the macports-users mailing list