optional_depends libewf \
                 "" \
                 "--without-ewf" \
                 "for EWF file format support" &&

optional_depends gmp \
                 "" \
                 "--without-gmp" \
                 "for gmp support" &&

optional_depends file \
                 "" \
                 "--without-magic" \
                 "for filetype determination support" &&

optional_depends SSL \
                 "" \
                 "--without-ssl" \
                 "for SSL support" &&

suggest_depends perl \
                 "" \
                 "" \
                 "for perl scripting support" &&

suggest_depends python \
                 "" \
                 "" \
                 "for python scripting support" &&

suggest_depends lua51 \
                 "" \
                 "" \
                 "for lua51 scripting support"

suggest_depends RUBY \
                 "" \
                 "" \
                 "for ruby scripting support"
