29 Jan
2016
29 Jan
'16
8:43 p.m.
Revision: 145252 https://trac.macports.org/changeset/145252 Author: michaelld@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}
3573
Age (days ago)
3573
Last active (days ago)
0 comments
1 participants
participants (1)
-
michaelld@macports.org