libraries/ogre: Fixed dep information

This commit is contained in:
ponce 2012-08-26 18:11:43 +02:00
parent f9a2259d1c
commit 2398707122
2 changed files with 3 additions and 3 deletions

View file

@ -29,6 +29,6 @@ All the above can be ON/OFF except the last three definitions.
For example, in order to build samples too, launch from super user:
OGRE_BUILD_SAMPLES=ON ./ogre.SlackBuild
Optional dependencies available at SlackBuilds.org: zziplib, FreeImage, tbb, cppunit, ois
Optional dependencies are zziplib, FreeImage, tbb, cppunit and ois
Optional dependencies NOT (yet) available at SlackBuilds.org: cg, opengles, POCO
Optional dependencies NOT (yet) available at SBo: cg, opengles, POCO

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/ogre/files/ogre/1.7/ogre_src_v1-7-4.t
MD5SUM="654e8bd9bc178bdb32bcb21b077eab20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="FreeImage cppunit ois tbb zziplib"
REQUIRES=""
MAINTAINER="Roberto Metere"
EMAIL="roberto@metere.it"