Fix problem when defining multiple options.
PR: 37694 Submitted by: Denton Gentry <denny@mail.geekhold.com>
This commit is contained in:
parent
397fb143df
commit
2779fb2500
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61161
@ -18,7 +18,7 @@ MAINTAINER= marcus@FreeBSD.org
|
||||
LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
|
||||
.endif
|
||||
.if defined(WITH_SRVLOC)
|
||||
LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp
|
||||
LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
|
||||
.endif
|
||||
.if !exists(/usr/include/tcpd.h)
|
||||
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
||||
|
@ -18,7 +18,7 @@ MAINTAINER= marcus@FreeBSD.org
|
||||
LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
|
||||
.endif
|
||||
.if defined(WITH_SRVLOC)
|
||||
LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp
|
||||
LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
|
||||
.endif
|
||||
.if !exists(/usr/include/tcpd.h)
|
||||
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user