diff options
author | fenner <fenner@FreeBSD.org> | 2002-02-13 23:40:56 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2002-02-13 23:40:56 +0800 |
commit | f11bbdddf90fac05e1c0c067764bc3dd878071bf (patch) | |
tree | 53120196ac788721ba1ac526661641a72a1465d6 /mail | |
parent | 5d95a52602bf20046742f102fa9afd54405dfb07 (diff) | |
download | freebsd-ports-gnome-f11bbdddf90fac05e1c0c067764bc3dd878071bf.tar.gz freebsd-ports-gnome-f11bbdddf90fac05e1c0c067764bc3dd878071bf.tar.zst freebsd-ports-gnome-f11bbdddf90fac05e1c0c067764bc3dd878071bf.zip |
Fix closing parenthesis for defined()
Submitted by: port survey
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index cb5052f20f98..a8e644b28b2b 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/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 |