diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:09:20 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:09:20 +0000 |
commit | 0283c95ea5b3508ffd9b878c9c12c25901329529 (patch) | |
tree | e3e187367e735d0ede941be7886a8ce18a48d2fd /games | |
parent | 8b7ece21f2b7b6a291cb709b95a9bf9170c206e0 (diff) | |
download | ports-0283c95ea5b3508ffd9b878c9c12c25901329529.tar.gz ports-0283c95ea5b3508ffd9b878c9c12c25901329529.zip |
Notes
Diffstat (limited to 'games')
-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 |