if [[ $KDN_SVN  == y ]]; then
   OPTS="-DKDE3_INCLUDE_DIR=$INSTALL_ROOT/usr/include/kde3 " &&
   cmake_build 
else
  default_kde3_build
fi
