gtk2: configure to disable GObject introspection which otherwise autoconfigures if gobject-introspection is installed. This causes the gtk2 build to break because the current version of pango does not generate introspection data.
--- trunk/dports/x11/gtk2/Portfile 2010-08-31 16:33:17 UTC (rev 71071)
+++ trunk/dports/x11/gtk2/Portfile 2010-08-31 16:57:36 UTC (rev 71072)
@@ -55,6 +55,7 @@
configure.args --enable-static \
--disable-glibtest \
+ --disable-introspection \
gio_can_sniff=yes
configure.ccache no