Add ncurses suggestion to qa.sh.

Approved by:	portmgr (mat@)
Differential Revision:	https://reviews.freebsd.org/D7885
This commit is contained in:
Koop Mast 2016-09-13 20:35:34 +00:00
parent e7badd6689
commit c8776db59d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422084

View File

@ -558,6 +558,9 @@ proxydeps_suggest_uses() {
# motif
elif [ ${pkg} = "x11-toolkits/lesstif" -o ${pkg} = "x11-toolkits/open-motif" ]; then
warn "you need USES+=motif"
# ncurses
elif [ ${pkg} = "devel/ncurses" ]; then
warn "you need USES+=ncurses"
# objc
elif [ ${pkg} = "lang/libobjc2" ]; then
warn "you need USES+=objc"