From 5dafdf6a6ebafda164f3e881e35242db5d029ab9 Mon Sep 17 00:00:00 2001 From: sobomax Date: Sat, 29 Dec 2001 21:42:36 +0000 Subject: Add gnomespell into RUN_DEPENDS, so that spell checking works right out of the box. Bump PORTREVISION. --- mail/evolution-devel/Makefile | 7 ++++--- mail/evolution/Makefile | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 0cfb5e6fc6a6..74024f5e7911 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ ${MASTER_SITE_GNOME} @@ -20,9 +20,10 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ nss3.1:${PORTSDIR}/security/nss # ldap.2:${PORTSDIR}/net/openldap2 +RUN_DEPENDS= gnome-spell-component:${PORTSDIR}/textproc/gnomespell .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 +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 .endif #BROKEN= "Out of sync with latest gal" diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 0cfb5e6fc6a6..74024f5e7911 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ ${MASTER_SITE_GNOME} @@ -20,9 +20,10 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ nss3.1:${PORTSDIR}/security/nss # ldap.2:${PORTSDIR}/net/openldap2 +RUN_DEPENDS= gnome-spell-component:${PORTSDIR}/textproc/gnomespell .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 +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 .endif #BROKEN= "Out of sync with latest gal" -- cgit