Change BUILD_DEPENDS to LIB_DEPENDS for libspf2
This commit is contained in:
parent
c81acb8250
commit
098d37deba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179648
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ MILTERBASE?= ${LOCALBASE}
|
|||
.if ${OSVERSION} < 502102
|
||||
IGNORE= Using libspf2 requires a thread safe resolver
|
||||
.else
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libspf2.so:${PORTSDIR}/mail/libspf2
|
||||
LIB_DEPENDS+= spf2.2:${PORTSDIR}/mail/libspf2
|
||||
CONFIGURE_ARGS+= --with-libspf2=${LOCALBASE}
|
||||
.endif
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue