Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/colorbars Add missing terminfo
details: https://anonhg.NetBSD.org/src/rev/08f97d126c80
branches: trunk
changeset: 779664:08f97d126c80
user: martin <martin%NetBSD.org@localhost>
date: Sat Jun 09 09:22:21 2012 +0000
description:
Add missing terminfo
diffstat:
games/colorbars/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r fc7478af485f -r 08f97d126c80 games/colorbars/Makefile
--- a/games/colorbars/Makefile Sat Jun 09 08:22:14 2012 +0000
+++ b/games/colorbars/Makefile Sat Jun 09 09:22:21 2012 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index