From 8dc887b86161c2c4155a60803f1cfccf53fd65cf Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 28 Jan 2014 14:15:54 +0000 Subject: Switch ispell to aspell-ispell --- mail/alpine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/alpine') diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 2fa2cdb7f0d5..427941d170d1 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -72,8 +72,8 @@ BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .else CONFIGURE_ARGS+= --with-interactive-spellcheck=${LOCALBASE}/bin/ispell -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 .else CONFIGURE_ARGS+=--without-simple-spellcheck --without-interactive-spellcheck -- cgit