From 697c98b8f81d02fca752b3c938c44fc86aa7f8c5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 3 Sep 2018 07:51:13 +0200 Subject: [PATCH] net/haproxy: -devel is finally stable, includes softreload --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index af5e75bd1..4f56b36c0 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 2.8 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer -PLUGIN_DEPENDS= haproxy-devel +PLUGIN_DEPENDS= haproxy PLUGIN_MAINTAINER= opnsense@moov.de .include "../../Mk/plugins.mk"