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

jmr at macports.org jmr at macports.org
Sun Jul 15 13:47:10 PDT 2012


Revision: 95535
          https://trac.macports.org/changeset/95535
Author:   jmr at macports.org
Date:     2012-07-15 13:47:10 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
atk: use gmake port correctly (#35200)

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

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2012-07-15 20:45:12 UTC (rev 95534)
+++ trunk/dports/devel/atk/Portfile	2012-07-15 20:47:10 UTC (rev 95535)
@@ -35,10 +35,10 @@
 configure.args          --enable-static \
                         --enable-introspection
 
-# # The rules enabled by gobject-introspection require GNU make on tiger, 35200
-if {${os.major} <= 8} {
+# The rules enabled by gobject-introspection require GNU make 3.81+, #35200
+platform darwin 8 {
     depends_build-append    port:gmake
-    build.type              gnu
+    build.cmd               ${prefix}/bin/gmake
 }
 # gobject-introspection uses $CC from env
 build.env-append        CC=${configure.cc}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/9603f6c8/attachment.html>


More information about the macports-changes mailing list