diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-13 16:16:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-13 16:16:33 +0000 |
commit | 6a00c981760f8a5540d753536e7f53f6d81bbe3c (patch) | |
tree | 241848562fc46d59da5a238262c5a7eb7fdc0b3d /mail/evolution | |
parent | 9466c3f5d4f0932957914aadfd440e9633b6217f (diff) |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 3d224bf880ab..98c165e33c95 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://people.FreeBSD.org/~sobomax/:local @@ -26,7 +26,8 @@ LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 .endif -RUN_DEPENDS= gnome-spell-component-0.5:${PORTSDIR}/textproc/gnomespell +RUN_DEPENDS= gnome-spell-component-0.5:${PORTSDIR}/textproc/gnomespell \ + gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter .if !defined(WITHOUT_PILOT) BUILD_DEPENDS+= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits RUN_DEPENDS+= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits |