Revision: 81354 http://trac.macports.org/changeset/81354 Author: jwa@macports.org Date: 2011-07-29 10:16:56 -0700 (Fri, 29 Jul 2011) Log Message: ----------- fix a stupid typo Modified Paths: -------------- trunk/dports/graphics/wxWidgets/Portfile Modified: trunk/dports/graphics/wxWidgets/Portfile =================================================================== --- trunk/dports/graphics/wxWidgets/Portfile 2011-07-29 16:24:20 UTC (rev 81353) +++ trunk/dports/graphics/wxWidgets/Portfile 2011-07-29 17:16:56 UTC (rev 81354) @@ -89,7 +89,7 @@ platform darwin 11 { configure.args-append \ - --with-macosx-sdk=/Developer/SDKs/MacOSX10.67.sdk \ + --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \ --with-macosx-version-min=10.6 }