Fixed missing dependency.

This commit is contained in:
Ruslan Ermilov 2009-04-30 13:30:27 +00:00
parent 3eef459ffc
commit 65710fd2d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191687

View File

@ -2,7 +2,7 @@
PROG= ncal
DPADD= ${LIBCALENDAR}
DPADD= ${LIBCALENDAR} ${LIBTERMCAP}
LDADD= -lcalendar -ltermcap
WARNS?= 1