diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2022-04-30 15:23:52 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2022-04-30 15:27:50 +0000 |
commit | d2b302acd2a4c5902ea42af29e0f6c9959e8b883 (patch) | |
tree | 3d3630a5d7bb0b31806e9c9bf8d62d6ec8ab3a83 /net/haproxy24 | |
parent | net/haproxy-devel: update to version 2.6-dev8 (diff) |
net/haproxy: Enable prometheus exporter by default.
PR: 263629
Submitted by: Sascha Biberhofer <ports@skyforge.at>
Diffstat (limited to 'net/haproxy24')
-rw-r--r-- | net/haproxy24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile index 7493c452430c..7fa6881613cc 100644 --- a/net/haproxy24/Makefile +++ b/net/haproxy24/Makefile @@ -38,7 +38,7 @@ DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= SPCRE OPENSSL +OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 |