depends  subversion  &&
depends  autoconf    &&
depends  automake    &&
depends  curl        &&
depends -sub CXX gcc         &&
depends  SSL     &&
depends  psmisc      &&
depends  zlib        &&

if [[ $BOINC_PARTS == both || $BOINC_PARTS == client ]]
then
  optional_depends  wxgtk                         \
                    '--with-wx-config=wx-config'  \
                    ''                            \
                    'for wxGTK-based GUI'
fi  &&

if [[ $BOINC_PARTS == both || $BOINC_PARTS == server ]]
then
  depends  MYSQL 'MYSQL_CONFIG=mysql_config'
fi
