diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-30 05:42:36 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-30 05:42:36 +0800 |
commit | 5dafdf6a6ebafda164f3e881e35242db5d029ab9 (patch) | |
tree | 2a429dceab0ec2ac676ef4795f700fd8ce3227cc | |
parent | ccc22b70c80fe9b57817b487f2a06a0810abe626 (diff) | |
download | freebsd-ports-gnome-5dafdf6a6ebafda164f3e881e35242db5d029ab9.tar.gz freebsd-ports-gnome-5dafdf6a6ebafda164f3e881e35242db5d029ab9.tar.zst freebsd-ports-gnome-5dafdf6a6ebafda164f3e881e35242db5d029ab9.zip |
Add gnomespell into RUN_DEPENDS, so that spell checking works right out of the
box. Bump PORTREVISION.
-rw-r--r-- | mail/evolution-devel/Makefile | 7 | ||||
-rw-r--r-- | 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" |