summaryrefslogtreecommitdiffstats
path: root/games/rogue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/Makefile')
-rw-r--r--games/rogue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rogue/Makefile b/games/rogue/Makefile
index 1f40cb9..f901289 100644
--- a/games/rogue/Makefile
+++ b/games/rogue/Makefile
@@ -5,8 +5,8 @@ CFLAGS+=-DUNIX -fwritable-strings
SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \
message.c monster.c move.c object.c pack.c play.c random.c ring.c \
room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
-DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
-LDADD= -lcurses -ltermlib -lcompat
+DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
+LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
MAN6= rogue.6
OpenPOWER on IntegriCloud