summaryrefslogtreecommitdiffstats
path: root/spelling/hunspell/DEPENDS
blob: c364f1e2d4b025bcfec7512169b022fc0d4e7608 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
depends -sub CXX gcc &&
optional_depends ncurses                                \
                 "--with-ui"                            \
                 "--without-ui"                         \
                 "Enable CURSES user interface?"        &&

optional_depends readline                               \
                 "--with-readline"                      \
                 "--without-readline"                   \
                 "Enable fancy command input editing?"