aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncal/Makefile
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2009-04-20 18:19:38 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2009-04-20 18:19:38 +0000
commite454a17158d55bd0cac8db9d62c6dd3b10e46fd7 (patch)
tree06dadcdc90f82cf3995d12c4491e3440a6fe2a97 /usr.bin/ncal/Makefile
parent0f5d117e8cc248808be118fdd264fbaff9b1f12f (diff)
downloadsrc-e454a17158d55bd0cac8db9d62c6dd3b10e46fd7.tar.gz
src-e454a17158d55bd0cac8db9d62c6dd3b10e46fd7.zip
Implement highlighting of today in month view of cal/ncal just like
gnu cal does. This is currently disabled for year view because of hard coded padding in that case. This will hopefully be fixed soon. Reviewed by: Simon 'corecode' Schubert <corecode fs.ei.tum.de> Approved by: ed
Notes
Notes: svn path=/head/; revision=191330
Diffstat (limited to 'usr.bin/ncal/Makefile')
-rw-r--r--usr.bin/ncal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile
index 4ec897371b2b..0d445c4db63d 100644
--- a/usr.bin/ncal/Makefile
+++ b/usr.bin/ncal/Makefile
@@ -3,7 +3,7 @@
PROG= ncal
DPADD= ${LIBCALENDAR}
-LDADD= -lcalendar
+LDADD= -lcalendar -ltermcap
WARNS?= 1
LINKS= ${BINDIR}/ncal ${BINDIR}/cal