From 17efe7400f568e917118480982a834d943110829 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 9 Aug 2021 10:32:30 +0200 Subject: [PATCH] net/haproxy: move to haproxy22 for now --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index b17e6fb8d..56ef721c9 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 3.4 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy +PLUGIN_DEPENDS= haproxy22 PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk"