diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 21:38:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 21:38:41 +0800 |
commit | 89f82098cf5d9ca5075eca7159b8b7d1264f9e15 (patch) | |
tree | bc69c8b65d917bee8bfdc2990d4133c3df977419 /net/trafshow | |
parent | c357c2c7141c856c0f9eac5fec0e1ea72403e73e (diff) | |
download | freebsd-ports-gnome-89f82098cf5d9ca5075eca7159b8b7d1264f9e15.tar.gz freebsd-ports-gnome-89f82098cf5d9ca5075eca7159b8b7d1264f9e15.tar.zst freebsd-ports-gnome-89f82098cf5d9ca5075eca7159b8b7d1264f9e15.zip |
net/trafshow: document ncurses requirement (USES+=ncurses)
while here, set USES+= tar
approved by: infrastructure blanket
Diffstat (limited to 'net/trafshow')
-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 |