diff options
author | ache <ache@FreeBSD.org> | 2000-09-16 03:52:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-16 03:52:06 +0000 |
commit | e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806 (patch) | |
tree | 946b6bc98aa7d0e990a85f53d626a0340f4d30e3 /games/phantasia | |
parent | 7a44ca40ed25070ef620bcb4170b4579aafd83b1 (diff) | |
download | FreeBSD-src-e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806.zip FreeBSD-src-e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806.tar.gz |
Remove unneded -ltermcap or -lmytinfo
Diffstat (limited to 'games/phantasia')
-rw-r--r-- | games/phantasia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 8478020..db7ddce 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -3,8 +3,8 @@ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c -DPADD= ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} -LDADD= -lm -lcurses -ltermcap -lcompat +DPADD= ${LIBM} ${LIBCURSES} ${LIBCOMPAT} +LDADD= -lm -lcurses -lcompat DATAFILES=characs gold lastdead mess monsters motd scoreboard void HIDEGAME=hidegame MAN6= phantasia.6 |