svn commit: r407592 - head/games/nInvaders

John Marino marino at FreeBSD.org
Sun Jan 31 08:46:23 UTC 2016


Author: marino
Date: Sun Jan 31 08:46:22 2016
New Revision: 407592
URL: https://svnweb.freebsd.org/changeset/ports/407592

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

Modified:
  head/games/nInvaders/Makefile

Modified: head/games/nInvaders/Makefile
==============================================================================
--- head/games/nInvaders/Makefile	Sun Jan 31 08:40:44 2016	(r407591)
+++ head/games/nInvaders/Makefile	Sun Jan 31 08:46:22 2016	(r407592)
@@ -10,6 +10,8 @@ DISTNAME=	ninvaders-${PORTVERSION}
 MAINTAINER=	mich at FreeBSD.org
 COMMENT=	The nInvaders game is a Space Invaders clone for ncurses
 
+USES=		ncurses
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:


More information about the svn-ports-all mailing list