diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-13 16:16:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-13 16:16:33 +0000 |
commit | 3e5445c2e34daec49ed96dbbef0f638272525a9b (patch) | |
tree | 3b90aa19c19c324a746b89c2055bef238a3044d3 /mail | |
parent | d90bcdd7582b2acc72d50d17419787f5c882c014 (diff) | |
download | FreeBSD-ports-3e5445c2e34daec49ed96dbbef0f638272525a9b.zip FreeBSD-ports-3e5445c2e34daec49ed96dbbef0f638272525a9b.tar.gz |
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')
-rw-r--r-- | mail/evolution-devel/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 3d224bf..98c165e 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/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 diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 3d224bf..98c165e 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 |