aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-28 14:40:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-28 14:40:41 +0000
commite54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca (patch)
tree0128d272c7a140aa55c1d7977aeff90c9ea80735 /mail
parent79b3f395c087914378e7396564c85cedf2c1b908 (diff)
downloadports-e54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca.tar.gz
ports-e54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca.zip
Switch ispell to aspell-ispell
Notes
Notes: svn path=/head/; revision=341583
Diffstat (limited to 'mail')
-rw-r--r--mail/horde3-imp/Makefile2
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--mail/mutt14/Makefile4
-rw-r--r--mail/openwebmail/Makefile2
4 files changed, 6 insertions, 6 deletions
diff --git a/mail/horde3-imp/Makefile b/mail/horde3-imp/Makefile
index 0dbeb0d08dd5..036ecb56be5a 100644
--- a/mail/horde3-imp/Makefile
+++ b/mail/horde3-imp/Makefile
@@ -55,7 +55,7 @@ RUN_DEPENDS+= ${PEARDIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDeco
.if !defined(WITHOUT_ASPELL)
RUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell
.elif defined(WITH_ISPELL)
-RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
+RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell
.endif
.if defined(WITH_HTML)
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 28a8222887ba..07457045c427 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -150,8 +150,8 @@ RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
.elif ${PORT_OPTIONS:MISPELL}
-BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
+BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell
+RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell
.endif
.if defined(PACKAGE_BUILDING)
RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index c0fe6263ffcc..cd8fc7e662bc 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -57,8 +57,8 @@ NO_STAGE= yes
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
.if defined(PACKAGE_BUILDING) && !defined (MUTT_LITE)
WITH_SLANG= yes
-BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \
+BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell
+RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell \
urlview:${PORTSDIR}/textproc/urlview
.endif
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile
index 9c67ca259d92..64e0a7f64a86 100644
--- a/mail/openwebmail/Makefile
+++ b/mail/openwebmail/Makefile
@@ -77,7 +77,7 @@ RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
.if ${PORT_OPTIONS:MISPELL}
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
+RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell
.endif
.if ${PORT_OPTIONS:MLSOF}