[145788] trunk/dports/devel/dbus/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Feb 17 04:44:47 PST 2016


Revision: 145788
          https://trac.macports.org/changeset/145788
Author:   mcalhoun at macports.org
Date:     2016-02-17 04:44:47 -0800 (Wed, 17 Feb 2016)
Log Message:
-----------
dbus: use MacPort gmake on older systems (see #50619)
no revbump since dbus builds correctly or not at all

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

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2016-02-17 12:31:59 UTC (rev 145787)
+++ trunk/dports/devel/dbus/Portfile	2016-02-17 12:44:47 UTC (rev 145788)
@@ -306,6 +306,12 @@
     set merger_configure_env(x86_64)  ${cross_opts}
 }
 
+# see #50619
+if {[vercmp ${os.version} 10.5.0] < 0} {
+    depends_build-append port:gmake
+    build.cmd ${prefix}/bin/gmake
+}
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex {dbus-(\d+\.\d*[02468](\.\d+)*)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160217/47c79ad5/attachment.html>


More information about the macports-changes mailing list