tmux: Add missing dependency of libevent2

Fix #10695
This commit is contained in:
Erik Kapfer
2014-12-06 12:48:18 +01:00
committed by Michael Tremer
parent 9769bed429
commit 208f162bb0

View File

@@ -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