Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 10:33:19 +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: r408362 - head/deskutils/calcurse
Message-ID:  <201602071033.u17AXJaw020277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 10:33:19 2016
New Revision: 408362
URL: https://svnweb.freebsd.org/changeset/ports/408362

Log:
  deskutils/calcurse: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/deskutils/calcurse/Makefile

Modified: head/deskutils/calcurse/Makefile
==============================================================================
--- head/deskutils/calcurse/Makefile	Sun Feb  7 10:14:07 2016	(r408361)
+++ head/deskutils/calcurse/Makefile	Sun Feb  7 10:33:19 2016	(r408362)
@@ -14,7 +14,7 @@ LICENSE=	BSD2CLAUSE
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-asciidoc
 



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