Correct a typo.
PR: 177563 Submitted by: Maxim Samsonov <xors@mailup.net>
This commit is contained in:
parent
2a1e9949ef
commit
ae311076b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316765
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ CONFIGURE_ARGS+= --with-libsmi=${LOCALBASE}
|
|||
CONFIGURE_ARGS+= --with-libsmi=no
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MADNS}) && !defined(LITE)
|
||||
.if ${PORT_OPTIONS:MADNS} && !defined(LITE)
|
||||
LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns
|
||||
CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue