svn commit: r407915 - head/misc/gnu-watch

John Marino marino at FreeBSD.org
Tue Feb 2 23:46:40 UTC 2016


Author: marino
Date: Tue Feb  2 23:46:39 2016
New Revision: 407915
URL: https://svnweb.freebsd.org/changeset/ports/407915

Log:
  misc/gnu-watch: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/misc/gnu-watch/Makefile

Modified: head/misc/gnu-watch/Makefile
==============================================================================
--- head/misc/gnu-watch/Makefile	Tue Feb  2 23:37:39 2016	(r407914)
+++ head/misc/gnu-watch/Makefile	Tue Feb  2 23:46:39 2016	(r407915)
@@ -14,6 +14,7 @@ COMMENT=	GNU watch command
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 LDFLAGS+=	-lncurses
 
 PLIST_FILES=	bin/${PKGBASE} man/man1/gnu-watch.1.gz


More information about the svn-ports-all mailing list