[131896] trunk/dports/gnome/at-spi2-core/Portfile

devans at macports.org devans at macports.org
Tue Jan 20 08:02:14 PST 2015


Revision: 131896
          https://trac.macports.org/changeset/131896
Author:   devans at macports.org
Date:     2015-01-20 08:02:14 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
at-spi2-core: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/gnome/at-spi2-core/Portfile

Modified: trunk/dports/gnome/at-spi2-core/Portfile
===================================================================
--- trunk/dports/gnome/at-spi2-core/Portfile	2015-01-20 15:58:21 UTC (rev 131895)
+++ trunk/dports/gnome/at-spi2-core/Portfile	2015-01-20 16:02:14 UTC (rev 131896)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                at-spi2-core
 # you probably want to keep this at the same version as at-spi2-atk
@@ -36,8 +37,9 @@
                     port:xorg-libXtst \
                     port:xorg-libXi \
                     port:xorg-libXevie \
-                    port:gobject-introspection
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -48,7 +50,6 @@
 autoreconf.args     -fvi
 
 configure.args      --disable-xevie \
-                    --enable-introspection=yes \
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib
 
@@ -57,7 +58,5 @@
     depends_build-append    port:gmake
     build.cmd               ${prefix}/bin/gmake
 }
-# gobject-introspection uses $CC from env
-build.env-append    CC=${configure.cc}
 
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/769cd05d/attachment.html>


More information about the macports-changes mailing list