summaryrefslogtreecommitdiffstats
path: root/games/rain
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-25 17:53:36 +0000
committersteve <steve@FreeBSD.org>1999-04-25 17:53:36 +0000
commit3d195cb3978503570288063104cffe7cba6dca4c (patch)
tree41ac0dbb748b1f4a1f3b8192caa557ea70ee95d6 /games/rain
parentd2b4c4a138d92a50b2a576b8b4a032279eb0e68e (diff)
downloadFreeBSD-src-3d195cb3978503570288063104cffe7cba6dca4c.zip
FreeBSD-src-3d195cb3978503570288063104cffe7cba6dca4c.tar.gz
Revert previous commit. It broke 'make world' with NOSHARED=yes because
it was using the wrong library. Submitted by: bde
Diffstat (limited to 'games/rain')
-rw-r--r--games/rain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rain/Makefile b/games/rain/Makefile
index d0840ff..fb3be9d 100644
--- a/games/rain/Makefile
+++ b/games/rain/Makefile
@@ -2,7 +2,7 @@
PROG= rain
MAN6= rain.6
-DPADD= ${LIBCURSES} ${LIBCOMPAT}
-LDADD= -lcurses -lcompat
+DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
+LDADD= -ltermcap -lcompat
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud