svn commit: r408046 - head/sysutils/ncdu

John Marino marino at FreeBSD.org
Thu Feb 4 15:50:43 UTC 2016


Author: marino
Date: Thu Feb  4 15:50:41 2016
New Revision: 408046
URL: https://svnweb.freebsd.org/changeset/ports/408046

Log:
  sysutils/ncdu: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/sysutils/ncdu/Makefile

Modified: head/sysutils/ncdu/Makefile
==============================================================================
--- head/sysutils/ncdu/Makefile	Thu Feb  4 15:49:41 2016	(r408045)
+++ head/sysutils/ncdu/Makefile	Thu Feb  4 15:50:41 2016	(r408046)
@@ -11,6 +11,7 @@ COMMENT=	Ncurses du(1)
 
 LICENSE=	MIT
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz


More information about the svn-ports-all mailing list