summaryrefslogtreecommitdiffstats
path: root/colorbars
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2012-06-09 09:22:21 +0000
committermartin <martin@NetBSD.org>2012-06-09 09:22:21 +0000
commit32a38a0de87bd9da1dab2299a4560fef884ff90e (patch)
treed0d72dca938bb4e442f1de9acbdc0dca637fe71a /colorbars
parentf06c4d8366a4bedc8b8a021106e0cef1572ba531 (diff)
downloadbsdgames-darwin-32a38a0de87bd9da1dab2299a4560fef884ff90e.tar.gz
bsdgames-darwin-32a38a0de87bd9da1dab2299a4560fef884ff90e.tar.zst
bsdgames-darwin-32a38a0de87bd9da1dab2299a4560fef884ff90e.zip
Add missing terminfo
Diffstat (limited to 'colorbars')
-rw-r--r--colorbars/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/colorbars/Makefile b/colorbars/Makefile
index ccbd76cb..547e4869 100644
--- a/colorbars/Makefile
+++ b/colorbars/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2012/06/06 00:34:32 christos Exp $
+# $NetBSD: Makefile,v 1.3 2012/06/09 09:22:21 martin Exp $
WARNS?= 4
PROG= colorbars
MAN= colorbars.6
-DPADD= ${LIBCURSES}
-LDADD= -lcurses
+DPADD= ${LIBCURSES} ${LIBTERMINFO}
+LDADD= -lcurses -lterminfo
.include <bsd.prog.mk>