diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-19 18:19:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-19 18:19:29 +0000 |
commit | 7c692faa0e3ae2a8af223be8316031a5e0ea52a1 (patch) | |
tree | 34f1de3eeed31fa3b82b206a7cf1d04a88977936 /devel/mspdebug/Makefile | |
parent | 136f763730a38e8003386a88225414ec48b4ca54 (diff) |
Notes
Diffstat (limited to 'devel/mspdebug/Makefile')
-rw-r--r-- | devel/mspdebug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mspdebug/Makefile b/devel/mspdebug/Makefile index 9c090e49f17c..30ffaf766c15 100644 --- a/devel/mspdebug/Makefile +++ b/devel/mspdebug/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= READLINE LIBMSP430 OPTIONS_DEFAULT= READLINE LIBMSP430 LIBMSP430_DESC= Use TI libmsp430 USB driver -READLINE_USES= readline pkgconfig +READLINE_USES= readline ncurses pkgconfig READLINE_MAKE_ARGS_OFF= WITHOUT_READLINE=1 LIBMSP430_LIB_DEPENDS= libmsp430.so:devel/msp430-debug-stack |