diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 14:40:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 14:40:41 +0000 |
commit | e54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca (patch) | |
tree | 0128d272c7a140aa55c1d7977aeff90c9ea80735 /mail/openwebmail | |
parent | 79b3f395c087914378e7396564c85cedf2c1b908 (diff) |
Notes
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 9c67ca259d92..64e0a7f64a86 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -77,7 +77,7 @@ RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif .if ${PORT_OPTIONS:MISPELL} -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell .endif .if ${PORT_OPTIONS:MLSOF} |