On Jun 19, 2012, at 15:54, [email protected] wrote: > Revision: 94456 > https://trac.macports.org/changeset/94456 > Author: [email protected] > 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"? _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
