summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal/Makefile
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2009-04-20 18:19:38 +0000
committerrdivacky <rdivacky@FreeBSD.org>2009-04-20 18:19:38 +0000
commitbeb2b3b1a7ecbf3182043b3a292dac2ef792a200 (patch)
tree06dadcdc90f82cf3995d12c4491e3440a6fe2a97 /usr.bin/ncal/Makefile
parent6033ad3037c1f12a56a736f100f719cb4c42e7f6 (diff)
downloadFreeBSD-src-beb2b3b1a7ecbf3182043b3a292dac2ef792a200.zip
FreeBSD-src-beb2b3b1a7ecbf3182043b3a292dac2ef792a200.tar.gz
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
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 4ec8973..0d445c4 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
OpenPOWER on IntegriCloud