depends  $W3M_TERM_LIB                                  \
         "--with-termlib=$W3M_TERM_LIB"                 &&
depends  ${W3M_IMAGE_LIB/gtk2/gtk+2}                    \
         "--with-imagelib=${W3M_IMAGE_LIB/gtk2/gtk+2}"  &&
optional_depends  libgc                                 \
                  "--with-gc=/usr"                      \
                  "--without-gc"                        \
                  "GC Support"                          &&
optional_depends  compface                              \
                  "--enable-xface"                      \
                  "--disable-xface"                     \
                  "Enable XFace support?"               &&
optional_depends  openssl                               \
                  "--with-ssl=/usr"                     \
                  "--without-ssl"                       \
                  "Enable HTTPS support?"

