svn commit: r408044 - head/sysutils/lookat

John Marino marino at FreeBSD.org
Thu Feb 4 15:48:13 UTC 2016


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 at 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" \


More information about the svn-ports-all mailing list