depends  CONSOLE-TOOLS  &&
depends  e2fsprogs      &&
depends  gnupg          &&
depends  smgl-fhs       &&
depends  zlib           &&

optional_depends nfs-utils '' '' 'for NFS mount support' &&

optional_depends libselinux \
                 '--with-selinux' \
                 '--without-selinux' \
                 'for NSA Security Enhanced Linux' &&

optional_depends linux-pam \
                 '--with-pam' \
                 '--without-pam' \
                 'for Linux Pluggable Authentication Module support' &&

optional_depends gettext \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for Native Language Support" &&

#
# NOTE:
# --with-ncurses  build with non-wide ncurses, default is wide version
#                 (--without-ncurses disables all ncurses(w) support)
#
optional_depends -sub "UTF8" ncurses \
                 '' \
                 '--without-ncurses' \
                 'for cfdisk' &&

optional_depends slang \
                 "--with-slang" \
                 "--without-slang" \
                 "for cfdisk with slang support"
