mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Add libm to the dependencies section.
Submitted by: Garrett Cooper
This commit is contained in:
parent
8207db3ec3
commit
1e0658d5ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217536
@ -3,7 +3,7 @@
|
||||
DIALOG= ${.CURDIR}/../../../contrib/dialog
|
||||
PROG= dialog
|
||||
|
||||
DPADD= $(LIBDIALOG) $(LIBNCURSES)
|
||||
DPADD= $(LIBDIALOG) $(LIBNCURSES) $(LIBM)
|
||||
LDADD= -ldialog -lncursesw -lm
|
||||
CFLAGS+= -I${.CURDIR} -I${DIALOG}
|
||||
.PATH: ${DIALOG}
|
||||
|
Loading…
Reference in New Issue
Block a user