svn commit: r407780 - head/dns/dnstop

John Marino marino at FreeBSD.org
Mon Feb 1 22:13:55 UTC 2016


Author: marino
Date: Mon Feb  1 22:13:53 2016
New Revision: 407780
URL: https://svnweb.freebsd.org/changeset/ports/407780

Log:
  dns/dnstop: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/dns/dnstop/Makefile

Modified: head/dns/dnstop/Makefile
==============================================================================
--- head/dns/dnstop/Makefile	Mon Feb  1 22:13:46 2016	(r407779)
+++ head/dns/dnstop/Makefile	Mon Feb  1 22:13:53 2016	(r407780)
@@ -11,6 +11,7 @@ COMMENT=	Captures and analyzes DNS traff
 
 LICENSE=	BSD2CLAUSE
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/dnstop \


More information about the svn-ports-all mailing list