svn commit: r408105 - head/games/moon-buggy

John Marino marino at FreeBSD.org
Thu Feb 4 21:49:18 UTC 2016


Author: marino
Date: Thu Feb  4 21:49:16 2016
New Revision: 408105
URL: https://svnweb.freebsd.org/changeset/ports/408105

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

Modified:
  head/games/moon-buggy/Makefile

Modified: head/games/moon-buggy/Makefile
==============================================================================
--- head/games/moon-buggy/Makefile	Thu Feb  4 21:42:35 2016	(r408104)
+++ head/games/moon-buggy/Makefile	Thu Feb  4 21:49:16 2016	(r408105)
@@ -13,6 +13,7 @@ COMMENT=	Drive a buggy across the moons 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--sharedstatedir=/var/games


More information about the svn-ports-all mailing list