diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-07 17:30:06 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-05-07 17:30:06 -0400 |
commit | ee67778ca3abc6a091e5585e4c44d7c1a39e5833 (patch) | |
tree | e902d9df62c0d5b6b97cec367dfc4dacc739f115 /tetris/Makefile | |
parent | 586b16e2a0cdf79a5c470cd4e9abd8a8f55ceab6 (diff) | |
download | bsd-games-extra-master.tar.gz |
Diffstat (limited to 'tetris/Makefile')
-rw-r--r-- | tetris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tetris/Makefile b/tetris/Makefile index 0d9c0d6..dcc05a8 100644 --- a/tetris/Makefile +++ b/tetris/Makefile @@ -4,7 +4,7 @@ PROG= tetris SRCS= input.c screen.c shapes.c scores.c tetris.c MAN= tetris.6 -DPADD= ${LIBTERMINFO} +DPADD= ${LIBCURSES} # 20150209 bkw: s/terminfo/curses/, add -lbsd LDADD=-lcurses -lbsd HIDEGAME=hidegame |