Modified: trunk/dports/gnome/policykit-gnome/Portfile (79804 => 79805)
--- trunk/dports/gnome/policykit-gnome/Portfile 2011-06-26 17:15:53 UTC (rev 79804)
+++ trunk/dports/gnome/policykit-gnome/Portfile 2011-06-26 17:22:38 UTC (rev 79805)
@@ -35,6 +35,11 @@
depends_build-append port:gtk-doc
}
+# A buggy glibtool was used to build the 0.101 package causing build failures
+# on darwin11
+use_autoreconf yes
+autoreconf.args -fvi
+
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "polkit-gnome-(\\d+(?:\\.\\d+)*)${extract.suffix}"