[107695] trunk/dports/gnome/gsettings-desktop-schemas/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 04:57:12 PDT 2013


Revision: 107695
          https://trac.macports.org/changeset/107695
Author:   ryandesign at macports.org
Date:     2013-07-04 04:57:12 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
gsettings-desktop-schemas: fix build on Tiger by using gmake port

Modified Paths:
--------------
    trunk/dports/gnome/gsettings-desktop-schemas/Portfile

Modified: trunk/dports/gnome/gsettings-desktop-schemas/Portfile
===================================================================
--- trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2013-07-04 11:28:50 UTC (rev 107694)
+++ trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2013-07-04 11:57:12 UTC (rev 107695)
@@ -42,4 +42,10 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
+# 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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/e452dc11/attachment.html>


More information about the macports-changes mailing list