diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-29 21:42:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-29 21:42:36 +0000 |
commit | d23345cc35f358bcd5616735701a359927743921 (patch) | |
tree | 37798d0a850b104c0944309b0d90825f1c804441 /mail | |
parent | eee834d63ac4a9f250aedcf9391ad3fe170b2110 (diff) | |
download | ports-d23345cc35f358bcd5616735701a359927743921.tar.gz ports-d23345cc35f358bcd5616735701a359927743921.zip |
Notes
Diffstat (limited to 'mail')
-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" |