mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed missing dependency.
This commit is contained in:
parent
3eef459ffc
commit
65710fd2d2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROG= ncal
|
||||
|
||||
DPADD= ${LIBCALENDAR}
|
||||
DPADD= ${LIBCALENDAR} ${LIBTERMCAP}
|
||||
LDADD= -lcalendar -ltermcap
|
||||
WARNS?= 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue