mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
[packages] mutt: depends on libncursesw, not libncurses
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32299 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9c8c6297ea
commit
27d079699e
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/mutt
|
||||
SECTION:=mail
|
||||
CATEGORY:=Mail
|
||||
DEPENDS:=+libopenssl +libncurses
|
||||
DEPENDS:=+libopenssl +libncursesw
|
||||
TITLE:=Console mail client
|
||||
URL:=http://www.mutt.org/
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user