diff options
Diffstat (limited to 'games/freesweep/Makefile')
-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} \ |