summaryrefslogtreecommitdiffstats
path: root/worms
diff options
context:
space:
mode:
Diffstat (limited to 'worms')
-rw-r--r--worms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/worms/Makefile b/worms/Makefile
index 645b126f..a8219593 100644
--- a/worms/Makefile
+++ b/worms/Makefile
@@ -2,7 +2,7 @@
PROG= worms
MAN6= worms.0
-DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
-LDADD= -lcurses -ltermcap -lcompat
+DPADD= ${LIBCURSES} ${LIBTERM}
+LDADD= -lcurses -ltermcap
.include <bsd.prog.mk>