diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 21:38:41 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 21:38:41 +0800 |
commit | 0ff993276b48588efa2c830c9b66371c5f9d0d6d (patch) | |
tree | bc69c8b65d917bee8bfdc2990d4133c3df977419 /net | |
parent | 2c657442d82eb05439b6f1abee8330a43d162361 (diff) | |
download | freebsd-ports-gnome-0ff993276b48588efa2c830c9b66371c5f9d0d6d.tar.gz freebsd-ports-gnome-0ff993276b48588efa2c830c9b66371c5f9d0d6d.tar.zst freebsd-ports-gnome-0ff993276b48588efa2c830c9b66371c5f9d0d6d.zip |
net/trafshow: document ncurses requirement (USES+=ncurses)
while here, set USES+= tar
approved by: infrastructure blanket
Diffstat (limited to 'net')
-rw-r--r-- | net/trafshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 808472219767..5c50050cac6b 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -8,13 +8,13 @@ PORTEPOCH= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \ ftp://ftp.nsk.su/pub/RinetSoftware/ -EXTRACT_SUFX= .tgz MAINTAINER= alexey@renatasystems.org COMMENT= Full screen visualization of network traffic CONFLICTS= trafshow-4.* trafshow3-* +USES= ncurses tar:tgz GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" ALL_TARGET= trafshow |