Modified: trunk/dports/gnome/policykit-gnome/Portfile (104818 => 104819)
--- trunk/dports/gnome/policykit-gnome/Portfile 2013-04-03 04:03:28 UTC (rev 104818)
+++ trunk/dports/gnome/policykit-gnome/Portfile 2013-04-03 04:03:51 UTC (rev 104819)
@@ -5,7 +5,7 @@
name policykit-gnome
version 0.102
-revision 1
+revision 2
license LGPL-2
description Provides convenience functions for using PolicyKit from GTK+ \
and GNOME applications.
@@ -28,12 +28,16 @@
port:gtk-doc
depends_lib port:gconf \
+ port:gobject-introspection \
port:policykit
-configure.args --disable-introspection \
+configure.args --enable-introspection \
--disable-silent-rules \
--disable-gtk-doc
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append CC="${configure.cc} ${configure.cc_archflags}"
+
variant docs description {Build API docs using gtk-doc} {
configure.args-delete --disable-gtk-doc
# autoreconf always needs gtk-doc