Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 21:49:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408105 - head/games/moon-buggy
Message-ID:  <201602042149.u14LnHRg036112@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602042149.u14LnHRg036112>