svn commit: r407557 - head/devel/cscope

John Marino marino at FreeBSD.org
Sat Jan 30 22:06:07 UTC 2016


Author: marino
Date: Sat Jan 30 22:06:05 2016
New Revision: 407557
URL: https://svnweb.freebsd.org/changeset/ports/407557

Log:
  devel/cscope: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/devel/cscope/Makefile

Modified: head/devel/cscope/Makefile
==============================================================================
--- head/devel/cscope/Makefile	Sat Jan 30 21:57:22 2016	(r407556)
+++ head/devel/cscope/Makefile	Sat Jan 30 22:06:05 2016	(r407557)
@@ -11,6 +11,7 @@ COMMENT=	Interactive C program browser
 
 LICENSE=	BSD3CLAUSE
 
+USES=		ncurses
 OPTIONS_DEFINE=	XCSCOPE
 OPTIONS_SUB=	yes
 XCSCOPE_DESC=	Install (X)Emacs package


More information about the svn-ports-head mailing list