[115071] trunk/dports/gnome/libgnome-keyring/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 23 05:36:08 PST 2013


Revision: 115071
          https://trac.macports.org/changeset/115071
Author:   ryandesign at macports.org
Date:     2013-12-23 05:36:08 -0800 (Mon, 23 Dec 2013)
Log Message:
-----------
libgnome-keyring: fix build on Tiger by adding gmake dependency

Modified Paths:
--------------
    trunk/dports/gnome/libgnome-keyring/Portfile

Modified: trunk/dports/gnome/libgnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/libgnome-keyring/Portfile	2013-12-23 12:36:04 UTC (rev 115070)
+++ trunk/dports/gnome/libgnome-keyring/Portfile	2013-12-23 13:36:08 UTC (rev 115071)
@@ -38,4 +38,10 @@
                 --enable-vala=yes \
                 --disable-silent-rules
 
+# 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  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131223/f7edd459/attachment.html>


More information about the macports-changes mailing list