Date: Sat, 30 Jan 2016 22:06:06 +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: r407557 - head/devel/cscope Message-ID: <201601302206.u0UM669r089663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601302206.u0UM669r089663>