svn commit: r422084 - head/Mk/Scripts
Koop Mast
kwm at FreeBSD.org
Tue Sep 13 20:35:35 UTC 2016
Author: kwm
Date: Tue Sep 13 20:35:34 2016
New Revision: 422084
URL: https://svnweb.freebsd.org/changeset/ports/422084
Log:
Add ncurses suggestion to qa.sh.
Approved by: portmgr (mat@)
Differential Revision: https://reviews.freebsd.org/D7885
Modified:
head/Mk/Scripts/qa.sh
Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh Tue Sep 13 20:29:54 2016 (r422083)
+++ head/Mk/Scripts/qa.sh Tue Sep 13 20:35:34 2016 (r422084)
@@ -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"
More information about the svn-ports-head
mailing list