Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 14:18:08 +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: r408034 - head/sysutils/dtpstree
Message-ID:  <201602041418.u14EI8Hp098157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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