diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 14:19:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 14:19:29 +0000 |
commit | 71c87445b9813875d6bfe4ee5eb33e6074472d23 (patch) | |
tree | 52cc9ef731c57a13e21d76a319a5c0077cdee055 /mail/courier | |
parent | f9bc2da38578598719e242908f962db1110cd467 (diff) | |
download | ports-71c87445b9813875d6bfe4ee5eb33e6074472d23.tar.gz ports-71c87445b9813875d6bfe4ee5eb33e6074472d23.zip |
Notes
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 |