summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>