Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 15:48:12 +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: r408044 - head/sysutils/lookat
Message-ID:  <201602041548.u14FmCWU025413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 15:48:12 2016
New Revision: 408044
URL: https://svnweb.freebsd.org/changeset/ports/408044

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

Modified:
  head/sysutils/lookat/Makefile

Modified: head/sysutils/lookat/Makefile
==============================================================================
--- head/sysutils/lookat/Makefile	Thu Feb  4 15:46:55 2016	(r408043)
+++ head/sysutils/lookat/Makefile	Thu Feb  4 15:48:12 2016	(r408044)
@@ -11,7 +11,7 @@ MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Program to view Un*x text files and manual pages
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake ncurses
 
 PLIST_FILES=	bin/lookat \
 		"@sample etc/lookat.conf.sample" \



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