diff options
Diffstat (limited to 'freebsd/tdelibs/Makefile')
-rw-r--r-- | freebsd/tdelibs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/tdelibs/Makefile b/freebsd/tdelibs/Makefile index 55221816b..09cc651a9 100644 --- a/freebsd/tdelibs/Makefile +++ b/freebsd/tdelibs/Makefile @@ -89,8 +89,10 @@ do-configure: tde-cmake-prepare -DWITH_XCOMPOSITE=ON \ -DWITH_MITSHM=ON \ \ + -DWITH_ISPELL=ON \ -DWITH_ASPELL=ON \ - -DWITH_HSPELL=ON + -DWITH_HSPELL=ON \ + -DDEFAULT_SPELL_CHECKER="ASPELL" do-build: tde-cmake-build |