aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-08-26 09:10:28 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-08-26 09:10:28 +0000
commite5516195c61143a6be0d9cb0bb44edbdbeea5946 (patch)
tree1b0d4bc43b0f2ea7ee75d8b422a4d1739f11e27b /usr.bin/bc
parent35829c84f1a820e48b4c74243e287c62003cdb92 (diff)
Notes
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index 5fd918d055c7..d2f26f135f6a 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -5,8 +5,8 @@ PROG= bc
SRCS= bc.y scan.l tty.c
CFLAGS+= -I. -I${.CURDIR}
-LDADD+= -ledit -lcurses
-DPADD+= ${LIBEDIT} ${LIBCURSES}
+DPADD+= ${LIBEDIT} ${LIBNCURSESW}
+LDADD+= -ledit -lncursesw
NO_WMISSING_VARIABLE_DECLARATIONS=