aboutsummaryrefslogtreecommitdiff
path: root/games/canfield
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 03:52:06 +0000
commitca6d811ee5b430e910adeff412eba8c3d91c3dfe (patch)
tree707d23a6bf9eb236853f9d60787b57acda7bb3e9 /games/canfield
parentf4723e527935b64c5cbe82dcb5538b2e93662e81 (diff)
downloadsrc-ca6d811ee5b430e910adeff412eba8c3d91c3dfe.tar.gz
src-ca6d811ee5b430e910adeff412eba8c3d91c3dfe.zip
Remove unneded -ltermcap or -lmytinfo
Notes
Notes: svn path=/head/; revision=65912
Diffstat (limited to 'games/canfield')
-rw-r--r--games/canfield/canfield/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile
index bd361aba247f..6f8a803600bf 100644
--- a/games/canfield/canfield/Makefile
+++ b/games/canfield/canfield/Makefile
@@ -3,8 +3,8 @@
PROG= canfield
MAN6= canfield.6
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -lcurses -ltermcap -lcompat
+DPADD= ${LIBCURSES} ${LIBCOMPAT}
+LDADD= -lcurses -lcompat
HIDEGAME=hidegame
MLINKS= canfield.6 cfscores.6