From 71c87445b9813875d6bfe4ee5eb33e6074472d23 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 28 Jan 2014 14:19:29 +0000 Subject: Switch ispell to aspell-ispell --- mail/courier/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/courier') diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 985c0f12a601..f3fc0e5e8e03 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -181,8 +181,8 @@ BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/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 CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/ispell .else CONFIGURE_ARGS+=--without-ispell -- cgit