diff options
author | kwm <kwm@FreeBSD.org> | 2016-09-14 04:35:34 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-09-14 04:35:34 +0800 |
commit | 7c7c018ec2f05f82022e70a33bb36ce68a01d4bd (patch) | |
tree | 88fbbfaa9801be772add1fed4fb62b6658888a38 /Mk | |
parent | 26dc616b2320f8806813a44189d626b9c9fbdb43 (diff) | |
download | freebsd-ports-gnome-7c7c018ec2f05f82022e70a33bb36ce68a01d4bd.tar.gz freebsd-ports-gnome-7c7c018ec2f05f82022e70a33bb36ce68a01d4bd.tar.zst freebsd-ports-gnome-7c7c018ec2f05f82022e70a33bb36ce68a01d4bd.zip |
Add ncurses suggestion to qa.sh.
Approved by: portmgr (mat@)
Differential Revision: https://reviews.freebsd.org/D7885
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/qa.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index d0107a60db57..04d8c9cbc32f 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -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" |