summaryrefslogtreecommitdiffstats
path: root/games/phantasia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/phantasia/Makefile')
-rw-r--r--games/phantasia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index abc955b..06a6671 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -2,8 +2,8 @@
PROG= phantasia
SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c
-DPADD= ${LIBM} ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
-LDADD= -lm -lcurses -ltermlib -lcompat
+DPADD= ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
+LDADD= -lm -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
MAN6= phantasia.6
CLEANFILES+=map setup setup.o
OpenPOWER on IntegriCloud