svn commit: r420697 - head/games/gnake

John Marino marino at FreeBSD.org
Tue Aug 23 15:17:54 UTC 2016


Author: marino
Date: Tue Aug 23 15:17:53 2016
New Revision: 420697
URL: https://svnweb.freebsd.org/changeset/ports/420697

Log:
  games/gnake: document ncurses requirement

Modified:
  head/games/gnake/Makefile

Modified: head/games/gnake/Makefile
==============================================================================
--- head/games/gnake/Makefile	Tue Aug 23 15:15:48 2016	(r420696)
+++ head/games/gnake/Makefile	Tue Aug 23 15:17:53 2016	(r420697)
@@ -12,6 +12,7 @@ COMMENT=	Nibbles clone for GNU/Linux and
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 LDFLAGS+=	-L${LOCALBASE}/lib -lncurses
 CFLAGS+=	-Wall
 


More information about the svn-ports-all mailing list