depends  kdebase  &&
depends  perl     &&

source  $SECTION_DIRECTORY/KDE_DEPENDS  &&

optional_depends  db                            \
                  '--with-berkeley-db'          \
                  '--without-berkeley-db'       \
                  'for Berkeley DB IV support'  &&

optional_depends  fontconfig                    \
                  ''                            \
                  ''                            \
                  'to configure font access'    &&

optional_depends  libxml2                       \
                  ''                            \
                  ''                            \
                  'for a C++ XML interface'     &&

optional_depends  libxslt                       \
                  ''                            \
                  ''                            \
                  'for XSLT support'            &&

optional_depends  cvs                            \
                  ''                             \
                  ''                             \
                  'to use CVS versioning system' &&

optional_depends  doxygen                       \
                  ''                            \
                  ''                            \
                  'for a documentation system'

if  [  "$KDESDK_SUBVERSION"  ==  "y"  ];  then
  depends  APU         &&
  depends  subversion
fi
