depends  xorg-libs  &&
depends -sub FORTRAN gcc   &&

if    [  "$SCILAB_GUI" = "gtk+2"  ];  then
  depends  gtk+2  '--with-gtk2'  &&
  depends  vte                   &&
  depends  libgtkhtml
elif  [  "$SCILAB_GUI" = "gtk+"  ];  then
  depends  gnome-libs  '--with-gtk'
else
  depends  xaw3d
fi  &&
optional_depends  pvm                        \
                  "--with-pvm"               \
                  "--without-pvm"            \
                  "for PVM library support"  &&

optional_depends  atlas                               \
                  ""                                  \
                  ""                                  \
                  "for optimized BLAS (using ATLAS)"  &&

optional_depends  "tk"              \
                  "--with-tk"       \
                  "--without-tk"    \
                  "for tk support"
