[105708] trunk/dports/gnome/gtk2/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 2 21:21:35 PDT 2013


Revision: 105708
          https://trac.macports.org/changeset/105708
Author:   ryandesign at macports.org
Date:     2013-05-02 21:21:35 -0700 (Thu, 02 May 2013)
Log Message:
-----------
gtk2: fix build failure on Tiger (#38927)

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

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2013-05-03 00:35:53 UTC (rev 105707)
+++ trunk/dports/gnome/gtk2/Portfile	2013-05-03 04:21:35 UTC (rev 105708)
@@ -118,6 +118,10 @@
 
     # latest versions are incompatible with the CUPS in Tiger (#33262)
     configure.args-append --disable-cups
+
+    # The rules enabled by gobject-introspection require GNU make 3.81+ (#38927)
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
 }
 
 if {[variant_isset no_x11]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130502/708e48f7/attachment.html>


More information about the macports-changes mailing list