Enable zlib support.

Feature safe:	yes
This commit is contained in:
Dmitry Sivachenko 2012-11-22 14:48:50 +00:00
parent 988821f725
commit 757c34912d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307653

View file

@ -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