diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-23 16:18:56 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-09-23 16:22:54 +0000 |
| commit | 266130ce71ef2f1cd944a70789bf003da3254c29 (patch) | |
| tree | 9d1d11a998d94ba964697fc8d56f65eed716d239 /textproc | |
| parent | 3556bb222640f4cf6dd22a59542fafdf5ffbd934 (diff) | |
Diffstat (limited to 'textproc')
| -rw-r--r-- | textproc/aspell/Makefile | 2 |
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 |
