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:
9d82384
)
tmux: change dependency to libevent2
author
Jan Willies
<loswillios@gmail.com>
Sun, 31 Jul 2011 15:19:53 +0000
(15:19 +0000)
committer
Jan Willies
<loswillios@gmail.com>
Sun, 31 Jul 2011 15:19:53 +0000
(15:19 +0000)
SVN-Revision: 27848
utils/tmux/Makefile
patch
|
blob
|
history
diff --git
a/utils/tmux/Makefile
b/utils/tmux/Makefile
index 6f32539823c54057cd0edc59e0317998cec5ff65..55a0710338b762a77775e062df90659d911e37b8 100644
(file)
--- a/
utils/tmux/Makefile
+++ b/
utils/tmux/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=tmux
PKG_VERSION:=1.5
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/tmux
@@
-24,7
+24,7
@@
define Package/tmux
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Terminal multiplexer
- DEPENDS:=+libncurses +libevent +libpthread
+ DEPENDS:=+libncurses +libevent
2
+libpthread
URL:=http://tmux.sourceforge.net/
endef