summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-09-23 16:18:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-09-23 16:22:54 +0000
commit266130ce71ef2f1cd944a70789bf003da3254c29 (patch)
tree9d1d11a998d94ba964697fc8d56f65eed716d239 /textproc
parent3556bb222640f4cf6dd22a59542fafdf5ffbd934 (diff)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 8d5eb089b5e2..350152a305fa 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -20,7 +20,7 @@ OPTIONS_SUB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
--enable-docdir=${DOCSDIR} \
- --enable-curses=${NCURSES_IMPL} \
+ --enable-curses="${NCURSESLIBS}" \
--enable-static
USE_LDCONFIG= yes