Modified: trunk/dports/graphics/wxWidgets-devel/Portfile (81416 => 81417)
--- trunk/dports/graphics/wxWidgets-devel/Portfile 2011-07-30 05:55:04 UTC (rev 81416)
+++ trunk/dports/graphics/wxWidgets-devel/Portfile 2011-07-30 06:04:19 UTC (rev 81417)
@@ -82,6 +82,12 @@
ln -sf ${confscript} ${destroot}${prefix}/bin/wx-config
}
+platform darwin 11 {
+ configure.args-append \
+ --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \
+ --with-macosx-version-min=10.6
+}
+
default_variants +sdl
variant monolithic description {build only one library} {