if  [  "$ELINKS_CVS" ==  'y'  ];  then
  depends  CVS  &&

  optional_depends  python                      \
                    '--with-python'             \
                    '--without-python'          \
                    'python scripting support'
fi  &&

optional_depends  zlib                            \
                  '--with-zlib'                   \
                  '--without-zlib'                \
                  'for zlib compression support'  &&

optional_depends  bzip2                            \
                  '--with-bzlib'                   \
                  '--without-bzlib'                \
                  'for BZIP2 compression support'  &&

optional_depends  X11-LIBS                     \
                  '--with-x'                   \
                  '--without-x'                \
                  'for X-Windows GUI support'  &&

optional_depends  openssl                 \
                  '--with-openssl'        \
                  '--without-openssl'     \
                  'encryption for HTTPS'  &&

# Only builds against OLD gnutls (1.0); if uncommenting, also remove
# --without-gnutls from BUILD and uncomment line in TRIGGERS
#optional_depends  gnutls                  \
#                  '--with-gnutls'         \
#                  '--without-gnutls'      \
#                  'encryption for HTTPS'  &&

optional_depends  lua                      \
                  '--with-lua'             \
                  '--without-lua'          \
                  'lua scripting support'  &&

optional_depends  guile                      \
                  '--with-guile'             \
                  '--without-guile'          \
                  'guile scripting support'  &&

optional_depends  perl                      \
                  '--with-perl'             \
                  '--without-perl'          \
                  'perl scripting support'  &&

optional_depends  ruby                      \
                  '--with-ruby'             \
                  '--without-ruby'          \
                  'ruby scripting support'  &&

optional_depends  libidn                                \
                  '--with-idn'                          \
                  '--without-idn'                       \
                  'international domain names support'  &&

optional_depends  gpm                  \
                  '--with-gpm'         \
                  '--without-gpm'      \
                  'GPM mouse support'  &&

optional_depends  expat                        \
                  '--enable-xbel'              \
                  '--disable-xbel'             \
                  'for XBEL bookmark support'  &&

optional_depends  samba                       \
                  '--enable-smb'              \
                  '--disable-smb'             \
                  'for SMB protocol support'
