[107706] trunk/dports/comms/telepathy-logger/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 07:59:55 PDT 2013


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

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

Modified: trunk/dports/comms/telepathy-logger/Portfile
===================================================================
--- trunk/dports/comms/telepathy-logger/Portfile	2013-07-04 14:42:28 UTC (rev 107705)
+++ trunk/dports/comms/telepathy-logger/Portfile	2013-07-04 14:59:55 UTC (rev 107706)
@@ -71,6 +71,12 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
+# 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/97d87b1c/attachment.html>


More information about the macports-changes mailing list