Fix closing parenthesis for defined()

Submitted by:	port survey
This commit is contained in:
Bill Fenner 2002-02-13 15:40:56 +00:00
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

View file

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

View file

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