From 75ce8a54873b1bccef54ce1fb67f81d07a40687a Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 17 Jan 2018 00:03:42 +0100 Subject: [PATCH] net/haproxy: switch to HAProxy 1.8, refs #224 --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 4c4fde354..31b5e73c1 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 2.4 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy +PLUGIN_DEPENDS= haproxy-devel PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk"