summaryrefslogtreecommitdiffstats
path: root/games/canfield
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-06-02 05:47:49 +0000
committertholo <tholo@openbsd.org>1996-06-02 05:47:49 +0000
commit49980a6d347335391c38861ffb29ed5e986bda8c (patch)
tree842de33f6c6cfe86cb70e6124bb55cfe9539505f /games/canfield
parentAlways use -ltermlib when linking with -lcurses (diff)
downloadwireguard-openbsd-49980a6d347335391c38861ffb29ed5e986bda8c.tar.xz
wireguard-openbsd-49980a6d347335391c38861ffb29ed5e986bda8c.zip
Always use -ltermlib when linking with -lcurses
Be comsistent in use of LIBTERMCAP and LIBTERMLIB when depending
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 5877216910a..1b95385566d 100644
--- a/games/canfield/canfield/Makefile
+++ b/games/canfield/canfield/Makefile
@@ -3,8 +3,8 @@
PROG= canfield
MAN= canfield.6
-DPADD= ${LIBCURSES} ${LIBTERM}
-LDADD= -lcurses -ltermcap
+DPADD= ${LIBCURSES} ${LIBTERMLIB}
+LDADD= -lcurses -ltermlib
HIDEGAME=hidegame