svn commit: r408188 - head/net/trafshow

John Marino marino at FreeBSD.org
Fri Feb 5 13:38:42 UTC 2016


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 at 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


More information about the svn-ports-all mailing list