Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 12:47:48 +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: r408179 - head/net/nload
Message-ID:  <201602051247.u15ClmJ3004643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 12:47:48 2016
New Revision: 408179
URL: https://svnweb.freebsd.org/changeset/ports/408179

Log:
  net/nload: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/net/nload/Makefile

Modified: head/net/nload/Makefile
==============================================================================
--- head/net/nload/Makefile	Fri Feb  5 12:46:54 2016	(r408178)
+++ head/net/nload/Makefile	Fri Feb  5 12:47:48 2016	(r408179)
@@ -12,6 +12,7 @@ COMMENT=	Console application which monit
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/nload man/man1/nload.1.gz



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