depends  JDK5  &&
depends  ant   &&

optional_depends  gtk+2                    \
                  '-os linux -ws gtk'      \
                  '-os linux -ws motif'    \
                  'for building with gtk'  &&

if echo $OPTS| grep -q "motif" ; then
  depends  MOTIF
fi
