diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2014-01-30 21:08:36 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2014-01-30 21:08:36 +0000 |
| commit | 38e233371c34a7ffe3bbb1ffd6c1d3f3d0479681 (patch) | |
| tree | 274baf7c9ba25224bc6f2c68d144d98c43f7e4e8 /usr.bin/vi/Makefile | |
| parent | 7ecf8b1c67d17dd602911d0d172e549e21a1934a (diff) | |
Notes
Diffstat (limited to 'usr.bin/vi/Makefile')
| -rw-r--r-- | usr.bin/vi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 033c4726a142..445d79fba2f7 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -36,7 +36,7 @@ CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex DPADD= ${LIBUTIL} LDADD= -lutil -.if defined(RESCUE) || defined(RELEASE_CRUNCH) +.if defined(RESCUE) || defined(RELEASE_CRUNCH) || ${MK_NCURSESW} == "no" DPADD+= ${LIBNCURSES} LDADD+= -lncurses .else |
