[120196] trunk/dports/gnome/geocode-glib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 18 20:27:20 PDT 2014


Revision: 120196
          https://trac.macports.org/changeset/120196
Author:   ryandesign at macports.org
Date:     2014-05-18 20:27:20 -0700 (Sun, 18 May 2014)
Log Message:
-----------
geocode-glib: use gmake on Tiger

Modified Paths:
--------------
    trunk/dports/gnome/geocode-glib/Portfile

Modified: trunk/dports/gnome/geocode-glib/Portfile
===================================================================
--- trunk/dports/gnome/geocode-glib/Portfile	2014-05-19 02:56:14 UTC (rev 120195)
+++ trunk/dports/gnome/geocode-glib/Portfile	2014-05-19 03:27:20 UTC (rev 120196)
@@ -49,4 +49,10 @@
 configure.args      --enable-introspection=yes \
                     --disable-silent-rules
 
+platform darwin 8 {
+    # The rules enabled by gobject-introspection require GNU make 3.81+
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/9c83a22c/attachment-0001.html>


More information about the macports-changes mailing list