Updated neon optionalpackage without dependency on gettext.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2011-05-15 06:08:33 +00:00
parent a94173fd0f
commit ca4d4538aa

View File

@ -1132,12 +1132,12 @@ if [ IsOptionalHaikuImagePackageAdded Neon ] {
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
neon-0.29.5-x86-gcc4-2011-03-16.zip
: $(baseURL)/neon-0.29.5-x86-gcc4-2011-03-16.zip ;
neon-0.29.6-x86-gcc4-2011-05-14.zip
: $(baseURL)/neon-0.29.6-x86-gcc4-2011-05-14.zip ;
} else {
InstallOptionalHaikuImagePackage
neon-0.29.6-x86-gcc2-2011-05-10.zip
: $(baseURL)/neon-0.29.6-x86-gcc2-2011-05-10.zip ;
neon-0.29.6-x86-gcc2-2011-05-14.zip
: $(baseURL)/neon-0.29.6-x86-gcc2-2011-05-14.zip ;
}
}
}