depends g++     &&
depends openssl &&
depends zlib    &&
depends xplc    &&

optional_depends qdbm                                      \
                 "--with-qdbm"                             \
                 "--without-qdbm"                          \
                 "Enable QDBM support"                     &&
optional_depends linux-pam                                 \
                 "--with-pam"                              \
                 "--without-pam"                           \
                 "Enable PAM support"                      &&
optional_depends tcl                                       \
                 "--with-tcl"                              \
                 "--without-tcl"                           \
                 "Enable TCL support"                      &&
optional_depends swig                                      \
                 "--with-swig"                             \
                 "--without-swig"                          \
                 "Enable SWIG support"                     &&
optional_depends qt-x11                                    \
                 "--with-qt"                               \
                 "--without-qt"                            \
                 "Enable Qt support"                       &&
optional_depends valgrind                                  \
                 ""                                        \
                 ""                                        \
                 "Enable valgrind support"                 &&
optional_depends openslp                                   \
                 "--with-openslp"                          \
                 "--without-openslp"                       \
                 "Enable OpenSLP support"               

