diff options
-rw-r--r-- | bash/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bash/Makefile b/bash/Makefile index 505358a..9c9723c 100644 --- a/bash/Makefile +++ b/bash/Makefile @@ -7,6 +7,14 @@ summary := the shell license := GPL license-file := COPYING +build-dep += \ + library/ncurses + +configure-options += \ + --with-curses + +configure-env += LIBS="-ltinfo" + name := bash home := http://www.gnu.org/software/$(name)/ |