diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-02-13 15:40:56 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-02-13 15:40:56 +0000 |
commit | 863ca7db5557abc555e70b2798e612dd435bbc25 (patch) | |
tree | 15b74bf3bf5edbbb56467bba87c20f290a053649 /mail/evolution-devel | |
parent | Users running AbiWord on a local X server don't need to set FontPath manually, (diff) |
Fix closing parenthesis for defined()
Submitted by: port survey
Diffstat (limited to 'mail/evolution-devel')
-rw-r--r-- | mail/evolution-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index cb5052f20f98..a8e644b28b2b 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -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 |