aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-05 05:22:55 +0800
committermarino <marino@FreeBSD.org>2016-02-05 05:22:55 +0800
commit796a6de7aab4cb25fcce17ecd6aa166ec03c20ed (patch)
treedbedce751ecdae844dd4636023ee231a370a4a13
parentb0dcc7a369c30e2ab117bd35849d22716ce07439 (diff)
downloadfreebsd-ports-gnome-796a6de7aab4cb25fcce17ecd6aa166ec03c20ed.tar.gz
freebsd-ports-gnome-796a6de7aab4cb25fcce17ecd6aa166ec03c20ed.tar.zst
freebsd-ports-gnome-796a6de7aab4cb25fcce17ecd6aa166ec03c20ed.zip
games/freesweep: USES+= ncurses
-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} \