aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 21:22:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 21:22:55 +0000
commit6a75abcfb622ea0ff78f1937615ea9d5ed2065f6 (patch)
treedbedce751ecdae844dd4636023ee231a370a4a13 /games
parent66d1ae0f27cd04e4b83c06f20ffed46fafa0975b (diff)
downloadports-6a75abcfb622ea0ff78f1937615ea9d5ed2065f6.tar.gz
ports-6a75abcfb622ea0ff78f1937615ea9d5ed2065f6.zip
games/freesweep: USES+= ncurses
Notes
Notes: svn path=/head/; revision=408097
Diffstat (limited to 'games')
-rw-r--r--games/freesweep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile
index cd25380b428c..a710a99d7297 100644
--- a/games/freesweep/Makefile
+++ b/games/freesweep/Makefile
@@ -13,7 +13,7 @@ COMMENT= Minesweeper-style game for text-mode terminals
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USES= gmake
+USES= gmake ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \
--with-scoresdir=${DATADIR} \