[107696] trunk/dports/devel/upower/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 4 05:08:10 PDT 2013


Revision: 107696
          https://trac.macports.org/changeset/107696
Author:   ryandesign at macports.org
Date:     2013-07-04 05:08:10 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
upower: fix build on Tiger by using gmake port

Modified Paths:
--------------
    trunk/dports/devel/upower/Portfile

Modified: trunk/dports/devel/upower/Portfile
===================================================================
--- trunk/dports/devel/upower/Portfile	2013-07-04 11:57:12 UTC (rev 107695)
+++ trunk/dports/devel/upower/Portfile	2013-07-04 12:08:10 UTC (rev 107696)
@@ -44,6 +44,12 @@
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
+# 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}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/79a1d106/attachment.html>


More information about the macports-changes mailing list