diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 15:30:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 15:30:02 +0000 |
commit | ef086f0077416555ce7e6f104cd497750d35c17f (patch) | |
tree | c7c7932b6a3838a1153240033608f3cebb3c1dcf /news | |
parent | 44df028fc32d1d090ab06140178c4266f4e70b4b (diff) | |
download | ports-ef086f0077416555ce7e6f104cd497750d35c17f.tar.gz ports-ef086f0077416555ce7e6f104cd497750d35c17f.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index f44d54cd4812..93a4bb764559 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --disable-pgp-gpg .endif .if ${PORT_OPTIONS:MISPELL} -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell CONFIGURE_ARGS+= --with-ispell=${PREFIX}/bin/ispell .endif |