[95232] trunk/dports/devel/atk/Portfile

cal at macports.org cal at macports.org
Sat Jul 7 06:07:42 PDT 2012


Revision: 95232
          https://trac.macports.org/changeset/95232
Author:   cal at macports.org
Date:     2012-07-07 06:07:42 -0700 (Sat, 07 Jul 2012)
Log Message:
-----------
atk: enable introspection, openmaintainer, #33877

Modified Paths:
--------------
    trunk/dports/devel/atk/Portfile

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2012-07-07 13:06:01 UTC (rev 95231)
+++ trunk/dports/devel/atk/Portfile	2012-07-07 13:07:42 UTC (rev 95232)
@@ -29,11 +29,15 @@
 
 depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2 \
                         port:gettext \
-                        port:libiconv
+                        port:libiconv \
+                        port:gobject-introspection
 
 configure.args          --enable-static \
-                        --disable-introspection
+                        --enable-introspection
 
+# gobject-introspection uses $CC from env
+build.env-append        CC=${configure.cc}
+
 livecheck.type          regex
 livecheck.url           http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex         {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120707/ab1528eb/attachment.html>


More information about the macports-changes mailing list