[114361] trunk/dports/gnome/libgnomekbd/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 6 01:38:22 PST 2013


Revision: 114361
          https://trac.macports.org/changeset/114361
Author:   ryandesign at macports.org
Date:     2013-12-06 01:38:21 -0800 (Fri, 06 Dec 2013)
Log Message:
-----------
libgnomekbd: fix build on Tiger by adding gmake dependency

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

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2013-12-06 08:33:46 UTC (rev 114360)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2013-12-06 09:38:21 UTC (rev 114361)
@@ -53,4 +53,11 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
+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/f29ba028/attachment.html>


More information about the macports-changes mailing list