Fix closing parenthesis for defined()
Submitted by: port survey
This commit is contained in:
parent
5437b7e2da
commit
863ca7db55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54660
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
|
||||
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \
|
||||
nss3.1:${PORTSDIR}/security/nss
|
||||
.if defined(WITH_LDAP}
|
||||
.if defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
|
||||
.endif
|
||||
RUN_DEPENDS= gnome-spell-component:${PORTSDIR}/textproc/gnomespell
|
||||
|
|
|
@ -19,7 +19,7 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
|
||||
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \
|
||||
nss3.1:${PORTSDIR}/security/nss
|
||||
.if defined(WITH_LDAP}
|
||||
.if defined(WITH_LDAP)
|
||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
|
||||
.endif
|
||||
RUN_DEPENDS= gnome-spell-component:${PORTSDIR}/textproc/gnomespell
|
||||
|
|
Loading…
Reference in a new issue