aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
commit3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb (patch)
treeddfef911600b923ca0abdbed4461a288b9249837 /usr.bin/vi
parent30fca3b0cc92ae380073c169d34b4cc3f27321e9 (diff)
downloadsrc-3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb.tar.gz
src-3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb.zip
Notes
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 6ed95ee29b24..3595aece0057 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -33,12 +33,8 @@ MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex
-DPADD= ${LIBUTIL}
-LDADD= -lutil
-
+LIBADD= util ncursesw
CFLAGS+= -DUSE_WIDECHAR
-DPADD+= ${LIBNCURSESW}
-LDADD+= -lncursesw
.if ${MK_ICONV} == "yes" && !defined(RESCUE) && !defined(RELEASE_CRUNCH)
CFLAGS+= -DUSE_ICONV