[107705] trunk/dports/comms/telepathy-glib/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 07:42:28 PDT 2013


Revision: 107705
          https://trac.macports.org/changeset/107705
Author:   ryandesign at macports.org
Date:     2013-07-04 07:42:28 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
telepathy-glib: fix build on Tiger by using gmake port

Modified Paths:
--------------
    trunk/dports/comms/telepathy-glib/Portfile

Modified: trunk/dports/comms/telepathy-glib/Portfile
===================================================================
--- trunk/dports/comms/telepathy-glib/Portfile	2013-07-04 14:37:20 UTC (rev 107704)
+++ trunk/dports/comms/telepathy-glib/Portfile	2013-07-04 14:42:28 UTC (rev 107705)
@@ -68,6 +68,12 @@
 
 default_variants +vala
 
+# 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  regex
 livecheck.url   ${master_sites}
 livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/92c684a5/attachment-0001.html>


More information about the macports-changes mailing list