depends  scons    && #for building it.
depends  sdl      &&
depends  GLUT     &&
depends  zlib     &&
depends  python   &&
depends  jpeg     &&

[ $OPENAL == y ] && depends  openal   &&
[ $FTGL == y ]   && depends  ftgl     &&

optional_depends  libpng                  \
                  ""                      \
                  ""                      \
                  "for PNG file support"  &&

# optional_depends  MOZILLA-BROWSER               \
#                   "--enable-blenderplugin"      \
#                   "--disable-blenderplugin"     \
#                   "for Mozilla plugin support"  &&

optional_depends  libogg                  \
                  ""                      \
                  ""                      \
                  "for OGG file support"  &&

optional_depends  libvorbis                  \
                  ""                         \
                  ""                         \
                  "for Vorbis file support"

# optional_depends  ode                           \
#                   "--enable-gameblender"        \
#                   "--disable-gameblender"       \
#                   "for the GameBlender engine"  &&

optional_depends  yafray                 \
                  ""                     \
                  ""                     \
                  "for Yafray raytracing"
