Add ncurses suggestion to qa.sh.
Approved by: portmgr (mat@) Differential Revision: https://reviews.freebsd.org/D7885
This commit is contained in:
parent
e7badd6689
commit
c8776db59d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422084
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user