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

devans at macports.org devans at macports.org
Tue Jan 20 07:58:21 PST 2015


Revision: 131895
          https://trac.macports.org/changeset/131895
Author:   devans at macports.org
Date:     2015-01-20 07:58:21 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
atk: use gobject_introspection portgroup.

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

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2015-01-20 14:54:42 UTC (rev 131894)
+++ trunk/dports/devel/atk/Portfile	2015-01-20 15:58:21 UTC (rev 131895)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               gobject_introspection 1.0
 
 name                    atk
 epoch                   2
@@ -28,21 +29,11 @@
 
 depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2 \
                         port:gettext \
-                        port:libiconv \
-                        port:gobject-introspection
+                        port:libiconv
 
+gobject_introspection yes
+
 configure.args          --enable-static \
-                        --enable-introspection \
                         --disable-silent-rules
 
-# The rules enabled by gobject-introspection require GNU make 3.81+, #35200
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
-
 livecheck.type          gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/82f59a17/attachment.html>


More information about the macports-changes mailing list