[94456] trunk/dports/games/pioneers/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Jun 19 14:39:31 PDT 2012
On Jun 19, 2012, at 15:54, snc at macports.org wrote:
> Revision: 94456
> https://trac.macports.org/changeset/94456
> Author: snc at macports.org
> Date: 2012-06-19 13:54:56 -0700 (Tue, 19 Jun 2012)
> Log Message:
> -----------
> pioneers: fix syntax
>
> Modified Paths:
> --------------
> trunk/dports/games/pioneers/Portfile
>
> Modified: trunk/dports/games/pioneers/Portfile
> ===================================================================
> --- trunk/dports/games/pioneers/Portfile 2012-06-19 20:51:19 UTC (rev 94455)
> +++ trunk/dports/games/pioneers/Portfile 2012-06-19 20:54:56 UTC (rev 94456)
> @@ -40,7 +40,7 @@
> copy ${filespath}/launcher.sh ${worksrcpath}
> }
>
> -if {$configure.compiler} != "gcc4.2"} {
> +if {{$configure.compiler} != "gcc4.2"} {
Did you mean "gcc-4.2"?
More information about the macports-dev
mailing list