summaryrefslogtreecommitdiff
path: root/games/rogue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/Makefile')
-rw-r--r--games/rogue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rogue/Makefile b/games/rogue/Makefile
index 2a97418e04c..81f4ab32233 100644
--- a/games/rogue/Makefile
+++ b/games/rogue/Makefile
@@ -6,7 +6,7 @@ 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}
+DPADD= ${LIBCURSES} ${LIBTERMLIB} ${LIBCOMPAT}
LDADD= -lcurses -ltermlib -lcompat
HIDEGAME=hidegame
MAN= rogue.6