--- config.sh +++ config.sh @@ -105,7 +105,7 @@ check_pkg "stfl" || fail "stfl" ( check_pkg "json" "" 0.11 || check_pkg "json-c" "" 0.11 ) || fail "json-c" if [ `uname -s` = "Darwin" ]; then - check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4" + check_pkg "ncursesw" || fail "ncursesw" elif [ `uname -s` != "OpenBSD" ]; then check_pkg "ncursesw" || \ check_custom "ncursesw5" "ncursesw5-config" || \