[107289] trunk/dports/gnome/gconf/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 25 03:10:51 PDT 2013


Revision: 107289
          https://trac.macports.org/changeset/107289
Author:   ryandesign at macports.org
Date:     2013-06-25 03:10:51 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
gconf: fix build on Tiger by adding gmake dependency

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

Modified: trunk/dports/gnome/gconf/Portfile
===================================================================
--- trunk/dports/gnome/gconf/Portfile	2013-06-25 08:46:35 UTC (rev 107288)
+++ trunk/dports/gnome/gconf/Portfile	2013-06-25 10:10:51 UTC (rev 107289)
@@ -69,5 +69,11 @@
 variant quartz conflicts x11 {}
 variant x11 conflicts quartz {}
 
+# 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
 livecheck.name  ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/2ad31ab5/attachment.html>


More information about the macports-changes mailing list