projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3355a52
)
fix weechat depends on gnutls
author
Nicolas Thill
<nico@openwrt.org>
Tue, 3 Oct 2006 17:10:56 +0000
(17:10 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 3 Oct 2006 17:10:56 +0000
(17:10 +0000)
SVN-Revision: 4894
net/weechat/Makefile
patch
|
blob
|
history
diff --git
a/net/weechat/Makefile
b/net/weechat/Makefile
index 32a4bfc0eba0de46b330b3fc6dc97ef254969f96..2ceeaa301ebe366062ae9615c92456ba35ba1aad 100644
(file)
--- a/
net/weechat/Makefile
+++ b/
net/weechat/Makefile
@@
-25,9
+25,10
@@
include $(INCLUDE_DIR)/package.mk
define Package/weechat
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libncurses +liblua +gnutls +libiconv
+ DEPENDS:=+libncurses +liblua +
lib
gnutls +libiconv
TITLE:=Lightweight IRC client
- DESCRIPTION:=Fast, light & extensible IRC client\\\
+ DESCRIPTION:=\
+ Weechat is fast, light & extensible IRC client.
URL:=http://weechat.flashtux.org
endef