aboutsummaryrefslogtreecommitdiff
path: root/games/ctris
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-04 21:09:20 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-04 21:09:20 +0000
commit0283c95ea5b3508ffd9b878c9c12c25901329529 (patch)
treee3e187367e735d0ede941be7886a8ce18a48d2fd /games/ctris
parent8b7ece21f2b7b6a291cb709b95a9bf9170c206e0 (diff)
downloadports-0283c95ea5b3508ffd9b878c9c12c25901329529.tar.gz
ports-0283c95ea5b3508ffd9b878c9c12c25901329529.zip
games/ctris: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408093
Diffstat (limited to 'games/ctris')
-rw-r--r--games/ctris/Makefile3
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