diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 05:22:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 05:22:55 +0800 |
commit | 796a6de7aab4cb25fcce17ecd6aa166ec03c20ed (patch) | |
tree | dbedce751ecdae844dd4636023ee231a370a4a13 | |
parent | b0dcc7a369c30e2ab117bd35849d22716ce07439 (diff) | |
download | freebsd-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/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} \ |