svn commit: r408034 - head/sysutils/dtpstree

John Marino marino at FreeBSD.org
Thu Feb 4 14:18:09 UTC 2016


Author: marino
Date: Thu Feb  4 14:18:07 2016
New Revision: 408034
URL: https://svnweb.freebsd.org/changeset/ports/408034

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

Modified:
  head/sysutils/dtpstree/Makefile

Modified: head/sysutils/dtpstree/Makefile
==============================================================================
--- head/sysutils/dtpstree/Makefile	Thu Feb  4 14:16:44 2016	(r408033)
+++ head/sysutils/dtpstree/Makefile	Thu Feb  4 14:18:07 2016	(r408034)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
-USES=		gmake tar:xz
+USES=		gmake ncurses tar:xz
 
 MAN1=		dtpstree.1
 PLIST_FILES=	bin/dtpstree \


More information about the svn-ports-all mailing list