[107739] trunk/dports/gnome/gnome-menus/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 12:29:23 PDT 2013


Revision: 107739
          https://trac.macports.org/changeset/107739
Author:   ryandesign at macports.org
Date:     2013-07-04 12:29:23 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
gnome-menus: fix build on Tiger by using gmake port

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

Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile	2013-07-04 18:56:32 UTC (rev 107738)
+++ trunk/dports/gnome/gnome-menus/Portfile	2013-07-04 19:29:23 UTC (rev 107739)
@@ -69,4 +69,10 @@
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
+# 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/59e12a94/attachment.html>


More information about the macports-changes mailing list