projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023b05e
)
fix weechat depends on gnutls
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Oct 2006 17:10:56 +0000
(17:10 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Oct 2006 17:10:56 +0000
(17:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4894
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/weechat/Makefile
patch
|
blob
|
history
diff --git
a/net/weechat/Makefile
b/net/weechat/Makefile
index
32a4bfc
..
2ceeaa3
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