Fix problem when defining multiple options.

PR:		37694
Submitted by:	Denton Gentry <denny@mail.geekhold.com>
This commit is contained in:
Joe Marcus Clarke 2002-06-12 15:45:57 +00:00
parent 397fb143df
commit 2779fb2500
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61161
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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