From: Erik Kapfer Date: Sat, 6 Dec 2014 11:48:18 +0000 (+0100) Subject: tmux: Add missing dependency of libevent2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d7f5ead1657438247e1f0ce378e259cc04aef48;p=people%2Fms%2Fipfire-2.x.git tmux: Add missing dependency of libevent2 Fix #10695 --- diff --git a/lfs/tmux b/lfs/tmux index ec4cc20b7b..ddd53847d2 100644 --- 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