diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 22:40:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 22:40:41 +0800 |
commit | 7a791b40f52c3947d3f88bab60df09200e892c01 (patch) | |
tree | 0128d272c7a140aa55c1d7977aeff90c9ea80735 /mail | |
parent | a078f0b22b97034dcd6a24bf8fab7fc7bd073517 (diff) | |
download | freebsd-ports-gnome-7a791b40f52c3947d3f88bab60df09200e892c01.tar.gz freebsd-ports-gnome-7a791b40f52c3947d3f88bab60df09200e892c01.tar.zst freebsd-ports-gnome-7a791b40f52c3947d3f88bab60df09200e892c01.zip |
Switch ispell to aspell-ispell
Diffstat (limited to 'mail')
-rw-r--r-- | mail/horde3-imp/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 | ||||
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
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} |