From a1623d07f68a131c05694630854b7f39b746ee38 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Thu, 9 May 2019 10:46:35 +0200 Subject: [PATCH] net/haproxy: keep HAProxy 1.8.x, refs. #1089 --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 5837cf58a..f87eadcb9 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -2,7 +2,7 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 2.15 PLUGIN_REVISION= 1 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy +PLUGIN_DEPENDS= haproxy18 PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk"