diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-19 14:35:21 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-19 14:35:21 +0000 |
commit | 7511d0ec55f70cb05779b267e4e6a9bd69ce2757 (patch) | |
tree | 6ee6b5cf9e50693a6aadf6172f726170eacf2a43 /net-mgmt/bwm-ng | |
parent | 21c0f89f2a07bd2d818a2779180a77c0254fdf92 (diff) | |
download | ports-7511d0ec55f70cb05779b267e4e6a9bd69ce2757.tar.gz ports-7511d0ec55f70cb05779b267e4e6a9bd69ce2757.zip |
net-mgmt: bwm-ng, scli, spectools: Document ncurses requirement
Approved by: ncurses blanket
Notes
Notes:
svn path=/head/; revision=426376
Diffstat (limited to 'net-mgmt/bwm-ng')
-rw-r--r-- | net-mgmt/bwm-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile index 8f539986004a..8679bb736d0b 100644 --- a/net-mgmt/bwm-ng/Makefile +++ b/net-mgmt/bwm-ng/Makefile @@ -13,7 +13,7 @@ COMMENT= Small and simple bandwidth monitor LIB_DEPENDS= libstatgrab.so:devel/libstatgrab GNU_CONFIGURE= yes -USES= pkgconfig +USES= ncurses pkgconfig USE_CSTD= gnu89 PLIST_FILES= bin/bwm-ng man/man1/bwm-ng.1.gz |