summaryrefslogtreecommitdiffstats
path: root/gnu/games
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/games')
-rw-r--r--gnu/games/chess/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile
index 7a084cb..1fff3a2 100644
--- a/gnu/games/chess/Makefile
+++ b/gnu/games/chess/Makefile
@@ -4,8 +4,8 @@ PROG= chess
SRCS= gnuchess.c uxdsp.c move.c
CFLAGS+=-DNEWMOVE=12
MAN6= chess.6
-DPADD= ${LIBCURSES} ${LIBTERM}
-LDADD= -lcurses -ltermlib
+DPADD= ${LIBCURSES} ${LIBTERMCAP}
+LDADD= -lcurses -ltermcap
HIDEGAME=hidegame
beforeinstall:
OpenPOWER on IntegriCloud