diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2014-08-26 09:10:28 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2014-08-26 09:10:28 +0000 |
| commit | e5516195c61143a6be0d9cb0bb44edbdbeea5946 (patch) | |
| tree | 1b0d4bc43b0f2ea7ee75d8b422a4d1739f11e27b /usr.bin/bc | |
| parent | 35829c84f1a820e48b4c74243e287c62003cdb92 (diff) | |
Notes
Diffstat (limited to 'usr.bin/bc')
| -rw-r--r-- | usr.bin/bc/Makefile | 4 |
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= |
