[106439] trunk/dports/gnome/libgsf/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 26 13:03:50 PDT 2013


Revision: 106439
          https://trac.macports.org/changeset/106439
Author:   ryandesign at macports.org
Date:     2013-05-26 13:03:50 -0700 (Sun, 26 May 2013)
Log Message:
-----------
libgsf: use gmake port on Tiger (#38928)

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

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2013-05-26 19:35:01 UTC (rev 106438)
+++ trunk/dports/gnome/libgsf/Portfile	2013-05-26 20:03:50 UTC (rev 106439)
@@ -52,4 +52,10 @@
         ${destroot}${docdir}
 }
 
+platform darwin 8 {
+    # The rules enabled by gobject-introspection require GNU make 3.81+ (#38927)
+    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/20130526/dc330ccd/attachment.html>


More information about the macports-changes mailing list