diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-22 20:29:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-22 20:29:41 +0000 |
commit | 7bdec3fd36ad65b3c9f6c640898245aaa9955b63 (patch) | |
tree | 91512216b2f7cfe14351253d8547774ef4bad8e7 /mail/evolution | |
parent | 9bce21b432eec6870b0a3b8e84d9a22d63dafbfd (diff) | |
download | ports-7bdec3fd36ad65b3c9f6c640898245aaa9955b63.tar.gz ports-7bdec3fd36ad65b3c9f6c640898245aaa9955b63.zip |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8e978b1dc92d..610fe292a2bd 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -20,7 +20,8 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ - nss3.1:${PORTSDIR}/security/nss + nss3.1:${PORTSDIR}/security/nss \ + soup.5:${PORTSDIR}/devel/soup .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 |