[119824] trunk/dports/mail/mu/Portfile
sean at macports.org
sean at macports.org
Wed May 7 11:23:14 PDT 2014
Revision: 119824
https://trac.macports.org/changeset/119824
Author: sean at macports.org
Date: 2014-05-07 11:23:14 -0700 (Wed, 07 May 2014)
Log Message:
-----------
mu: use eq instead of ==
Modified Paths:
--------------
trunk/dports/mail/mu/Portfile
Modified: trunk/dports/mail/mu/Portfile
===================================================================
--- trunk/dports/mail/mu/Portfile 2014-05-07 18:23:06 UTC (rev 119823)
+++ trunk/dports/mail/mu/Portfile 2014-05-07 18:23:14 UTC (rev 119824)
@@ -35,7 +35,7 @@
# see https://github.com/djcb/mu/issues/380
configure.cxxflags-delete -Os
-if {${os.platform} == "darwin" && ${os.major} >= 13} {
+if {${os.platform} eq "darwin" && ${os.major} >= 13} {
# see https://github.com/djcb/mu/issues/332
macosx_deployment_target
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140507/895fc285/attachment.html>
More information about the macports-changes
mailing list