diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 22:15:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 22:15:54 +0800 |
commit | 8dc887b86161c2c4155a60803f1cfccf53fd65cf (patch) | |
tree | 1c723438c9e42221306f2496aa19f55f13de4960 /mail/alpine | |
parent | 1cf06e9b4bd1cb4ceaf32e0c1879e9d484b603bd (diff) | |
download | freebsd-ports-gnome-8dc887b86161c2c4155a60803f1cfccf53fd65cf.tar.gz freebsd-ports-gnome-8dc887b86161c2c4155a60803f1cfccf53fd65cf.tar.zst freebsd-ports-gnome-8dc887b86161c2c4155a60803f1cfccf53fd65cf.zip |
Switch ispell to aspell-ispell
Diffstat (limited to 'mail/alpine')
-rw-r--r-- | mail/alpine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |