diff --git a/games-action/tuxracer/tuxracer-0.61.recipe b/games-action/tuxracer/tuxracer-0.61.recipe index aab5a1b69..9b9f0b6ca 100644 --- a/games-action/tuxracer/tuxracer-0.61.recipe +++ b/games-action/tuxracer/tuxracer-0.61.recipe @@ -6,7 +6,7 @@ the ability to race courses in fog, at night, and under high winds." HOMEPAGE="http://tuxracer.sourceforge.net" COPYRIGHT="1999-2001 Jasmin F. Patry" LICENSE="GNU GPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="http://download.sourceforge.net/tuxracer/tuxracer-$portVersion.tar.gz" CHECKSUM_SHA256="a311d09080598fe556134d4b9faed7dc0c2ed956ebb10d062e5d4df022f91eff" PATCHES="tuxracer-$portVersion.patch" @@ -43,7 +43,7 @@ BUILD() { libtoolize -fci ./configure --prefix=$appsDir/TuxRacer --datadir=$appsDir/TuxRacer/data \ - --with-data-dir=$appsDir/TuxRacer/data --with-tcl-lib-name=tcl8.5 + --with-data-dir=$appsDir/TuxRacer/data --with-tcl-lib-name=tcl8.6 make $jobArgs }