Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 13:38:41 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408188 - head/net/trafshow
Message-ID:  <201602051338.u15DcfTr019988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 13:38:41 2016
New Revision: 408188
URL: https://svnweb.freebsd.org/changeset/ports/408188

Log:
  net/trafshow: document ncurses requirement (USES+=ncurses)
  
  while here, set USES+= tar
  
  approved by:	infrastructure blanket

Modified:
  head/net/trafshow/Makefile

Modified: head/net/trafshow/Makefile
==============================================================================
--- head/net/trafshow/Makefile	Fri Feb  5 13:35:40 2016	(r408187)
+++ head/net/trafshow/Makefile	Fri Feb  5 13:38:41 2016	(r408188)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051338.u15DcfTr019988>