diff options
Diffstat (limited to 'games/ctris/Makefile')
-rw-r--r-- | games/ctris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ctris/Makefile b/games/ctris/Makefile index 6853ccab77f2..fcaacaf9e729 100644 --- a/games/ctris/Makefile +++ b/games/ctris/Makefile @@ -12,7 +12,8 @@ COMMENT= Colorized, small, and flexible Tetris(TM)-clone for the console LICENSE= GPLv2 -USES= tar:bzip2 +USES= ncurses tar:bzip2 +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses -lm" PLIST_FILES= bin/ctris man/man6/ctris.6.gz |