svn commit: r408362 - head/deskutils/calcurse

John Marino marino at FreeBSD.org
Sun Feb 7 10:33:21 UTC 2016


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
 


More information about the svn-ports-all mailing list