svn commit: r407624 - head/games/robotfindskitten

John Marino marino at FreeBSD.org
Sun Jan 31 12:53:23 UTC 2016


Author: marino
Date: Sun Jan 31 12:53:22 2016
New Revision: 407624
URL: https://svnweb.freebsd.org/changeset/ports/407624

Log:
  games/robotfindskitten: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/games/robotfindskitten/Makefile

Modified: head/games/robotfindskitten/Makefile
==============================================================================
--- head/games/robotfindskitten/Makefile	Sun Jan 31 12:47:51 2016	(r407623)
+++ head/games/robotfindskitten/Makefile	Sun Jan 31 12:53:22 2016	(r407624)
@@ -14,6 +14,7 @@ COMMENT=	Yet another zen simulation
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		ncurses
 GNU_CONFIGURE=	YES
 
 OPTIONS_DEFINE=	EXTRANKI MEGAHYPERDEATH


More information about the svn-ports-head mailing list