aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy-devel
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2012-11-22 14:48:50 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2012-11-22 14:48:50 +0000
commit757c34912daccfd3449396494c2411cff5d1c775 (patch)
tree2770a3f466b7d847e51b6a7f71c7f3094e7262a7 /net/haproxy-devel
parent988821f725b6e9285994004d91e91cf39c119cfe (diff)
downloadports-757c34912daccfd3449396494c2411cff5d1c775.tar.gz
ports-757c34912daccfd3449396494c2411cff5d1c775.zip
Notes
Diffstat (limited to 'net/haproxy-devel')
-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