mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
Fixed missing dependency.
This commit is contained in:
parent
3eef459ffc
commit
65710fd2d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191687
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= ncal
|
||||
|
||||
DPADD= ${LIBCALENDAR}
|
||||
DPADD= ${LIBCALENDAR} ${LIBTERMCAP}
|
||||
LDADD= -lcalendar -ltermcap
|
||||
WARNS?= 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user