diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 22:40:41 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 22:40:41 +0800 |
commit | e54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca (patch) | |
tree | 0128d272c7a140aa55c1d7977aeff90c9ea80735 /mail/mutt14 | |
parent | 79b3f395c087914378e7396564c85cedf2c1b908 (diff) | |
download | freebsd-ports-gnome-e54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca.tar.gz freebsd-ports-gnome-e54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca.tar.zst freebsd-ports-gnome-e54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca.zip |
Switch ispell to aspell-ispell
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |