[107707] trunk/dports/gnome/keybinder/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 08:02:32 PDT 2013


Revision: 107707
          https://trac.macports.org/changeset/107707
Author:   ryandesign at macports.org
Date:     2013-07-04 08:02:32 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
keybinder: fix build on Tiger by using gmake port

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

Modified: trunk/dports/gnome/keybinder/Portfile
===================================================================
--- trunk/dports/gnome/keybinder/Portfile	2013-07-04 14:59:55 UTC (rev 107706)
+++ trunk/dports/gnome/keybinder/Portfile	2013-07-04 15:02:32 UTC (rev 107707)
@@ -66,3 +66,9 @@
         build.dir               ${worksrcpath}/python-keybinder
     }
 }
+
+# The rules enabled by gobject-introspection require GNU make 3.81+
+platform darwin 8 {
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/c19ba828/attachment.html>


More information about the macports-changes mailing list