From 0be1cf4003fc700c01c660e75f20129e072a67bd Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 11 Aug 2020 10:41:57 +0200 Subject: [PATCH] net/haproxy: switch to stable package --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index b07f11984..e4f47a08c 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 2.23 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy +PLUGIN_DEPENDS= haproxy20 PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk"