From 757c34912daccfd3449396494c2411cff5d1c775 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Thu, 22 Nov 2012 14:48:50 +0000 Subject: [PATCH] Enable zlib support. Feature safe: yes --- net/haproxy-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index 8693812b3a07..881dfbbdf493 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= PCRE DPCRE OPENSSL .include MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ - CC="${CC}" CFLAGS="${CFLAGS}" + USE_ZLIB=1 CC="${CC}" CFLAGS="${CFLAGS}" .if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre