diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 19:38:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 19:38:42 +0800 |
commit | fa3bd878d73dd6ab537a1c9ddc345bcdcdb5b845 (patch) | |
tree | 71c9ea0d23f30ed0994862b8d9f9f760b79ea770 /net-mgmt | |
parent | fe45f2356a22a17ca2066f4e771064ebac819966 (diff) | |
download | freebsd-ports-gnome-fa3bd878d73dd6ab537a1c9ddc345bcdcdb5b845.tar.gz freebsd-ports-gnome-fa3bd878d73dd6ab537a1c9ddc345bcdcdb5b845.tar.zst freebsd-ports-gnome-fa3bd878d73dd6ab537a1c9ddc345bcdcdb5b845.zip |
net-mgmt/iftop: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/iftop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/iftop/Makefile b/net-mgmt/iftop/Makefile index 09b676cd3843..4c015ab6e554 100644 --- a/net-mgmt/iftop/Makefile +++ b/net-mgmt/iftop/Makefile @@ -11,6 +11,7 @@ COMMENT= Display bandwidth usage on an interface by host LICENSE= GPLv2 +USES= ncurses GNU_CONFIGURE= yes PORTDOCS= README |