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

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 05:46:27 PDT 2013


Revision: 107698
          https://trac.macports.org/changeset/107698
Author:   ryandesign at macports.org
Date:     2013-07-04 05:46:27 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
at-spi2-core: fix build on Tiger by using gmake port

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

Modified: trunk/dports/gnome/at-spi2-core/Portfile
===================================================================
--- trunk/dports/gnome/at-spi2-core/Portfile	2013-07-04 12:40:47 UTC (rev 107697)
+++ trunk/dports/gnome/at-spi2-core/Portfile	2013-07-04 12:46:27 UTC (rev 107698)
@@ -38,6 +38,12 @@
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib
 
+# The rules enabled by gobject-introspection require GNU make 3.81+
+platform darwin 8 {
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
 livecheck.type      regex
 livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/cache.json
 livecheck.regex     {LATEST-IS-(\d+\.\d*[02468](?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/b1825b4e/attachment.html>


More information about the macports-changes mailing list