add libncurses dependency to bash, fixes #3150

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10565 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-03-07 15:35:47 +00:00
parent ae6d9d9a6f
commit 81e0353a4b

View File

@ -25,6 +25,7 @@ define Package/bash
SECTION:=utils
CATEGORY:=Utilities
TITLE:=The GNU Bourne Again SHell
DEPENDS:=+libncurses
URL:=http://www.gnu.org/software/bash/
endef