[114360] trunk/dports/gnome/gcr/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 6 00:33:46 PST 2013


Revision: 114360
          https://trac.macports.org/changeset/114360
Author:   ryandesign at macports.org
Date:     2013-12-06 00:33:46 -0800 (Fri, 06 Dec 2013)
Log Message:
-----------
gcr: fix build on Tiger by adding gmake dependency

Modified Paths:
--------------
    trunk/dports/gnome/gcr/Portfile

Modified: trunk/dports/gnome/gcr/Portfile
===================================================================
--- trunk/dports/gnome/gcr/Portfile	2013-12-06 07:19:25 UTC (rev 114359)
+++ trunk/dports/gnome/gcr/Portfile	2013-12-06 08:33:46 UTC (rev 114360)
@@ -64,5 +64,11 @@
     system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
 }
 
+platform darwin 8 {
+    # The rules enabled by gobject-introspection require GNU make 3.81+
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
 livecheck.type  gnome
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131206/860c0e58/attachment.html>


More information about the macports-changes mailing list