diff options
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 |