Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 19:09:32 +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: r420735 - head/devel/cmake
Message-ID:  <201608231909.u7NJ9W13019616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231909.u7NJ9W13019616>