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 /devel | |
parent | Support STAGE (diff) |
Switch ispell to aspell-ispell
Notes
Notes:
svn path=/head/; revision=341583
Diffstat (limited to 'devel')
-rw-r--r-- | devel/otrs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 47dc72536031..63f317ab2937 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -132,7 +132,7 @@ RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .endif .if ${PORT_OPTIONS:MISPELL} -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell .endif .if ${PORT_OPTIONS:MASPELL} |