diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-01 22:13:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-01 22:13:53 +0000 |
commit | 8b45fc0fe73c94c2cb5bfe6b1681571642a09370 (patch) | |
tree | 1364ca70c9f9eb3b236d5bb0ca0d4bbe323a2456 /dns/dnstop | |
parent | net/socat: Update to 1.7.3.1 (diff) |
dns/dnstop: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'dns/dnstop')
-rw-r--r-- | dns/dnstop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile index 708306cdd521..0201159a3239 100644 --- a/dns/dnstop/Makefile +++ b/dns/dnstop/Makefile @@ -11,6 +11,7 @@ COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump) LICENSE= BSD2CLAUSE +USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/dnstop \ |