[104819] trunk/dports/gnome/policykit-gnome/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Tue Apr 2 21:03:52 PDT 2013
Revision: 104819
https://trac.macports.org/changeset/104819
Author: jeremyhu at macports.org
Date: 2013-04-02 21:03:51 -0700 (Tue, 02 Apr 2013)
Log Message:
-----------
policykit-gnome: Add support for gobject introspection
Modified Paths:
--------------
trunk/dports/gnome/policykit-gnome/Portfile
Modified: trunk/dports/gnome/policykit-gnome/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/d119c9df/attachment.html>
More information about the macports-changes
mailing list