summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-28 14:40:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-28 14:40:41 +0000
commite54a4cb6afbf1abdc5d01a7a8c8ae3d1f225b1ca (patch)
tree0128d272c7a140aa55c1d7977aeff90c9ea80735 /devel
parentSupport STAGE (diff)
Switch ispell to aspell-ispell
Notes
Notes: svn path=/head/; revision=341583
Diffstat (limited to 'devel')
-rw-r--r--devel/otrs/Makefile2
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}