[95533] trunk/dports/gnome/gobject-introspection/Portfile

jmr at macports.org jmr at macports.org
Sun Jul 15 13:42:18 PDT 2012


Revision: 95533
          https://trac.macports.org/changeset/95533
Author:   jmr at macports.org
Date:     2012-07-15 13:42:17 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
gobject-introspection: use gmake port correctly (#32358)

Modified Paths:
--------------
    trunk/dports/gnome/gobject-introspection/Portfile

Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile	2012-07-15 20:24:17 UTC (rev 95532)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2012-07-15 20:42:17 UTC (rev 95533)
@@ -49,9 +49,9 @@
 configure.python    ${prefix}/bin/python2.7
 
 # GObject introspection doesn't build with tiger's make, #32358
-if {${os.major} <= 8} {
+platform darwin 8 {
     depends_build-append    port:gmake
-    build.type              gnu
+    build.cmd               ${prefix}/bin/gmake
 }
 
 build.env-append    CC=${configure.cc}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/c491691b/attachment.html>


More information about the macports-changes mailing list