svn commit: r420735 - head/devel/cmake

John Marino marino at FreeBSD.org
Tue Aug 23 19:09:33 UTC 2016


Author: marino
Date: Tue Aug 23 19:09:32 2016
New Revision: 420735
URL: https://svnweb.freebsd.org/changeset/ports/420735

Log:
  devel/cmake: document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/devel/cmake/Makefile

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Tue Aug 23 19:04:17 2016	(r420734)
+++ head/devel/cmake/Makefile	Tue Aug 23 19:09:32 2016	(r420735)
@@ -26,7 +26,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 OPTIONS_DEFINE=	DOCS MANPAGES
 OPTIONS_DEFAULT=MANPAGES
 OPTIONS_SUB=	yes
-USES+=		execinfo libarchive
+USES+=		execinfo libarchive ncurses
 HAS_CONFIGURE=	yes
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \


More information about the svn-ports-head mailing list