diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-14 00:16:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-14 00:16:33 +0800 |
commit | 3e5445c2e34daec49ed96dbbef0f638272525a9b (patch) | |
tree | 3b90aa19c19c324a746b89c2055bef238a3044d3 /mail/evolution/Makefile | |
parent | d90bcdd7582b2acc72d50d17419787f5c882c014 (diff) | |
download | freebsd-ports-gnome-3e5445c2e34daec49ed96dbbef0f638272525a9b.tar.gz freebsd-ports-gnome-3e5445c2e34daec49ed96dbbef0f638272525a9b.tar.zst freebsd-ports-gnome-3e5445c2e34daec49ed96dbbef0f638272525a9b.zip |
Add a RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users
to configure things such as font settings.
Approved by: portmgr (knu)
Diffstat (limited to 'mail/evolution/Makefile')
-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 |