projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
015441a
)
[packages] eggdrop: depends on zlib
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 23:47:36 +0000
(23:47 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 23:47:36 +0000
(23:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32282
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/eggdrop/Makefile
patch
|
blob
|
history
diff --git
a/lang/eggdrop/Makefile
b/lang/eggdrop/Makefile
index
0610090
..
fc8349d
100644
(file)
--- a/
lang/eggdrop/Makefile
+++ b/
lang/eggdrop/Makefile
@@
-25,7
+25,7
@@
define Package/eggdrop
SECTION:=lang
CATEGORY:=Languages
TITLE:=EggDrop IRC BOT
- DEPENDS:=+tcl
+ DEPENDS:=+tcl
+zlib
URL:=http://www.eggheads.org
endef