mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fixed DPADD.
Submitted by: bde
This commit is contained in:
parent
10ae6ece36
commit
5548840306
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP
|
|||
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
|
||||
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
|
||||
|
||||
DPADD= ${NCURSES}
|
||||
LDADD= -lncurses
|
||||
DPADD= ${LIBNCURSES}
|
||||
LDADD= -lncurses
|
||||
|
||||
MAINTAINER= guido@freebsd.org
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue