[107715] trunk/dports/gnome/libxklavier/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 09:12:00 PDT 2013


Revision: 107715
          https://trac.macports.org/changeset/107715
Author:   ryandesign at macports.org
Date:     2013-07-04 09:12:00 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
libxklavier: fix build on Tiger by using gmake port

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

Modified: trunk/dports/gnome/libxklavier/Portfile
===================================================================
--- trunk/dports/gnome/libxklavier/Portfile	2013-07-04 15:53:27 UTC (rev 107714)
+++ trunk/dports/gnome/libxklavier/Portfile	2013-07-04 16:12:00 UTC (rev 107715)
@@ -33,4 +33,10 @@
                 --x-libraries=${prefix}/lib \
                 --enable-introspection=yes
 
+# 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/261accb0/attachment.html>


More information about the macports-changes mailing list