diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 20:47:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 20:47:48 +0800 |
commit | 380f824031fcf6b8a81632c25c22764f6a699e05 (patch) | |
tree | 9662ed32d5ff4db599136195d471576d4b0d4db7 /net/nload | |
parent | 60dd3bd302fe506e36b009ff55e772bd44ac0c83 (diff) | |
download | freebsd-ports-gnome-380f824031fcf6b8a81632c25c22764f6a699e05.tar.gz freebsd-ports-gnome-380f824031fcf6b8a81632c25c22764f6a699e05.tar.zst freebsd-ports-gnome-380f824031fcf6b8a81632c25c22764f6a699e05.zip |
net/nload: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'net/nload')
-rw-r--r-- | net/nload/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index 09bbe70d1bb5..97b6064608c1 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -12,6 +12,7 @@ COMMENT= Console application which monitors network traffic in real time LICENSE= GPLv2 +USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/nload man/man1/nload.1.gz |