diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:22:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:22:55 +0000 |
commit | 6a75abcfb622ea0ff78f1937615ea9d5ed2065f6 (patch) | |
tree | dbedce751ecdae844dd4636023ee231a370a4a13 /games | |
parent | 66d1ae0f27cd04e4b83c06f20ffed46fafa0975b (diff) |
games/freesweep: USES+= ncurses
Notes
Notes:
svn path=/head/; revision=408097
Diffstat (limited to 'games')
-rw-r--r-- | games/freesweep/Makefile | 2 |
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} \ |