Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 21:39:12 +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: r408101 - head/games/gtypist
Message-ID:  <201602042139.u14LdC40032734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 21:39:12 2016
New Revision: 408101
URL: https://svnweb.freebsd.org/changeset/ports/408101

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

Modified:
  head/games/gtypist/Makefile

Modified: head/games/gtypist/Makefile
==============================================================================
--- head/games/gtypist/Makefile	Thu Feb  4 21:33:03 2016	(r408100)
+++ head/games/gtypist/Makefile	Thu Feb  4 21:39:12 2016	(r408101)
@@ -10,7 +10,7 @@ COMMENT=	Interactive typing tutor
 
 LICENSE=	GPLv3
 
-USES=		iconv shebangfix tar:xz
+USES=		iconv ncurses shebangfix tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	EMACS=no
 CPPFLAGS+=	-I${LOCALBASE}/include -I${WRKDIR}/include



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