]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
tmux: Add missing dependency of libevent2
authorErik Kapfer <erik.kapfer@ipfire.org>
Sat, 6 Dec 2014 11:48:18 +0000 (12:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Dec 2014 17:47:11 +0000 (18:47 +0100)
Fix #10695

lfs/tmux

index ec4cc20b7b4780ec5e4cc990469fadcbabb62535..ddd53847d2c6d5820af22cb1ff3e005d1f536139 100644 (file)
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tmux
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = ""
+DEPS       = "libevent2"
 
 ###############################################################################
 # Top-level Rules