aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2012-11-22 22:48:50 +0800
committerdemon <demon@FreeBSD.org>2012-11-22 22:48:50 +0800
commit9e4333750d135c1e2890e6a88c5f9eca3a1a2a49 (patch)
tree2770a3f466b7d847e51b6a7f71c7f3094e7262a7 /net
parent5f50037fa666c3d3e0f7600c87bf6626b6711d04 (diff)
downloadfreebsd-ports-gnome-9e4333750d135c1e2890e6a88c5f9eca3a1a2a49.tar.gz
freebsd-ports-gnome-9e4333750d135c1e2890e6a88c5f9eca3a1a2a49.tar.zst
freebsd-ports-gnome-9e4333750d135c1e2890e6a88c5f9eca3a1a2a49.zip
Enable zlib support.
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r--net/haproxy-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.options.mk>
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