diff options
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |