summaryrefslogtreecommitdiffstats
path: root/games/sail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
committerache <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
commite5f9e7dd4a25ff9e49c74ec2dab31487a72f5806 (patch)
tree946b6bc98aa7d0e990a85f53d626a0340f4d30e3 /games/sail
parent7a44ca40ed25070ef620bcb4170b4579aafd83b1 (diff)
downloadFreeBSD-src-e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806.zip
FreeBSD-src-e5f9e7dd4a25ff9e49c74ec2dab31487a72f5806.tar.gz
Remove unneded -ltermcap or -lmytinfo
Diffstat (limited to 'games/sail')
-rw-r--r--games/sail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sail/Makefile b/games/sail/Makefile
index e73ccc9..5166451 100644
--- a/games/sail/Makefile
+++ b/games/sail/Makefile
@@ -6,8 +6,8 @@ SRCS= main.c pl_main.c pl_1.c pl_2.c pl_3.c pl_4.c pl_5.c pl_6.c pl_7.c \
dr_main.c dr_1.c dr_2.c dr_3.c dr_4.c dr_5.c lo_main.c \
assorted.c game.c globals.c misc.c parties.c sync.c version.c
MAN6= sail.6
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -lcurses -ltermcap -lcompat
+DPADD= ${LIBCURSES} ${LIBCOMPAT}
+LDADD= -lcurses -lcompat
HIDEGAME=hidegame
beforeinstall:
OpenPOWER on IntegriCloud