Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 15:17:53 +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: r420697 - head/games/gnake
Message-ID:  <201608231517.u7NFHrWT028942@repo.freebsd.org>

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



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