svn commit: r408101 - head/games/gtypist

John Marino marino at FreeBSD.org
Thu Feb 4 21:39:14 UTC 2016


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


More information about the svn-ports-all mailing list