svn commit: r407600 - head/games/braincurses

John Marino marino at FreeBSD.org
Sun Jan 31 09:43:56 UTC 2016


Author: marino
Date: Sun Jan 31 09:43:55 2016
New Revision: 407600
URL: https://svnweb.freebsd.org/changeset/ports/407600

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

Modified:
  head/games/braincurses/Makefile

Modified: head/games/braincurses/Makefile
==============================================================================
--- head/games/braincurses/Makefile	Sun Jan 31 09:38:17 2016	(r407599)
+++ head/games/braincurses/Makefile	Sun Jan 31 09:43:55 2016	(r407600)
@@ -10,6 +10,8 @@ COMMENT=	Clone of the Mastermind game
 
 LICENSE=	GPLv2
 
+USES=		ncurses
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	bderrly
 GH_TAGNAME=	8f603c1


More information about the svn-ports-all mailing list