diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 12:47:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 12:47:48 +0000 |
commit | fb7ff45deb67e3b0aecdc8cd0da77db2375c59a0 (patch) | |
tree | 9662ed32d5ff4db599136195d471576d4b0d4db7 /net | |
parent | net/nifmon: USES+= ncurses, link to libnurses, not libcurses (diff) |
net/nload: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes:
svn path=/head/; revision=408179
Diffstat (limited to 'net')
-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 |