aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2014-05-15 16:44:25 +0000
committerBrooks Davis <brooks@FreeBSD.org>2014-05-15 16:44:25 +0000
commit525e2a83f64124d4af12f24b1adaf552314b42df (patch)
treea7f4de34a03e6224cc5904f3b4f74de437f0859f /usr.bin/vi/Makefile
parenteba21a2dc3bfb909ebefcf66ccb76293458f6a12 (diff)
Notes
Diffstat (limited to 'usr.bin/vi/Makefile')
-rw-r--r--usr.bin/vi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 16675c9f73d2..e3ee3f6e8081 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) || ${MK_NCURSESW} == "no"
+.if defined(RESCUE) || defined(RELEASE_CRUNCH)
DPADD+= ${LIBNCURSES}
LDADD+= -lncurses
.else