summaryrefslogtreecommitdiffstats
path: root/games/rain
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-06-02 05:44:14 +0000
committertholo <tholo@openbsd.org>1996-06-02 05:44:14 +0000
commit7b3630a478f87a273b7fdf985977986141dafa52 (patch)
treeef7c62926421074009d60a5ff3d8206ef8afb558 /games/rain
parentCorrect file names in README (diff)
downloadwireguard-openbsd-7b3630a478f87a273b7fdf985977986141dafa52.tar.xz
wireguard-openbsd-7b3630a478f87a273b7fdf985977986141dafa52.zip
Always use -ltermlib when linking with -lcurses
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
Diffstat (limited to 'games/rain')
-rw-r--r--games/rain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rain/Makefile b/games/rain/Makefile
index 8cbbac537ec..de48e78810c 100644
--- a/games/rain/Makefile
+++ b/games/rain/Makefile
@@ -3,7 +3,7 @@
PROG= rain
MAN= rain.6
-DPADD= ${LIBTERM} ${LIBCOMPAT}
+DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
.include <bsd.prog.mk>