projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf15b3
)
mutt: depends on libncursesw, not libncurses
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:59 +0000
(23:47 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:59 +0000
(23:47 +0000)
SVN-Revision: 32299
mail/mutt/Makefile
patch
|
blob
|
history
diff --git
a/mail/mutt/Makefile
b/mail/mutt/Makefile
index 28df6714d227d1e9b8456db815406a4b61398c35..eb7381dfd80786252c2c1221aaae52875b36bca6 100644
(file)
--- a/
mail/mutt/Makefile
+++ b/
mail/mutt/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/mutt
SECTION:=mail
CATEGORY:=Mail
- DEPENDS:=+libopenssl +libncurses
+ DEPENDS:=+libopenssl +libncurses
w
TITLE:=Console mail client
URL:=http://www.mutt.org/
endef