aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt14
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/mutt14
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/mutt14')
-rw-r--r--mail/mutt14/Makefile4
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