aboutsummaryrefslogtreecommitdiffstats
path: root/net/haproxy/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2015-12-28 19:35:16 +0800
committerdemon <demon@FreeBSD.org>2015-12-28 19:35:16 +0800
commitf2b488161cae9f300a3246f19335e4e1b1751b58 (patch)
tree2771a09875f4d30f1d7889959fab03584785cc4e /net/haproxy/Makefile
parentff5928f09b63b04bc50b4ee36ee2c9795f6280e9 (diff)
downloadfreebsd-ports-gnome-f2b488161cae9f300a3246f19335e4e1b1751b58.tar.gz
freebsd-ports-gnome-f2b488161cae9f300a3246f19335e4e1b1751b58.tar.zst
freebsd-ports-gnome-f2b488161cae9f300a3246f19335e4e1b1751b58.zip
Update to version 1.6.3.
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r--net/haproxy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 71e62938fd05..54a17a695171 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= haproxy
-PORTVERSION= 1.6.2
-PORTREVISION= 1
+PORTVERSION= 1.6.3
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/1.6/src/
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
@@ -43,7 +42,7 @@ MAKE_ARGS+= USE_PCRE=1 USE_PCRE_JIT=1
.if ${PORT_OPTIONS:MSPCRE}
BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
-MAKE_ARGS+= USE_STATIC_PCRE=1 USE_PCRE_JIT=1
+MAKE_ARGS+= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1
.endif
.if ${PORT_OPTIONS:MDEVICEATLAS}