Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 21:22:55 +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: r408097 - head/games/freesweep
Message-ID:  <201602042122.u14LMtRG029189@repo.freebsd.org>

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

Log:
  games/freesweep: USES+= ncurses

Modified:
  head/games/freesweep/Makefile

Modified: head/games/freesweep/Makefile
==============================================================================
--- head/games/freesweep/Makefile	Thu Feb  4 21:16:34 2016	(r408096)
+++ head/games/freesweep/Makefile	Thu Feb  4 21:22:55 2016	(r408097)
@@ -13,7 +13,7 @@ COMMENT=	Minesweeper-style game for text
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-prefsdir=${DATADIR} \
 		--with-scoresdir=${DATADIR} \



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