[145252] trunk/dports/devel/swig/Portfile
michaelld at macports.org
michaelld at macports.org
Fri Jan 29 12:43:50 PST 2016
Revision: 145252
https://trac.macports.org/changeset/145252
Author: michaelld at macports.org
Date: 2016-01-29 12:43:50 -0800 (Fri, 29 Jan 2016)
Log Message:
-----------
swig: use eq instead of == for string comparison.
Modified Paths:
--------------
trunk/dports/devel/swig/Portfile
Modified: trunk/dports/devel/swig/Portfile
===================================================================
--- trunk/dports/devel/swig/Portfile 2016-01-29 19:12:31 UTC (rev 145251)
+++ trunk/dports/devel/swig/Portfile 2016-01-29 20:43:50 UTC (rev 145252)
@@ -184,7 +184,7 @@
}
}
-if {${swig.lang} == ""} {
+if {${swig.lang} eq ""} {
depends_lib port:pcre
set docdir ${prefix}/share/doc/${name}-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160129/1d1bf835/attachment.html>
More information about the macports-changes
mailing list