diff options
author | demon <demon@FreeBSD.org> | 2012-09-18 13:11:44 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-09-18 13:11:44 +0800 |
commit | fb0d5fdd12d35ce9a97eb422e23f81fd8fd86ae6 (patch) | |
tree | d298cc00af85eea1f16a0f58ef74459798a4bd39 /net/haproxy-devel/Makefile | |
parent | 8035bb39c50996299c4ed1b4a26b2a45656794d1 (diff) | |
download | freebsd-ports-graphics-fb0d5fdd12d35ce9a97eb422e23f81fd8fd86ae6.tar.gz freebsd-ports-graphics-fb0d5fdd12d35ce9a97eb422e23f81fd8fd86ae6.tar.zst freebsd-ports-graphics-fb0d5fdd12d35ce9a97eb422e23f81fd8fd86ae6.zip |
Update to version 1.5-dev12 (with experimental SSL support).
Diffstat (limited to 'net/haproxy-devel/Makefile')
-rw-r--r-- | net/haproxy-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index fce63e6ae12..cb0553ab690 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= haproxy -DISTVERSION= 1.5-dev11 +DISTVERSION= 1.5-dev12 CATEGORIES= net MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/devel/ PKGNAMESUFFIX= -devel @@ -32,8 +32,8 @@ OPTIONS_DEFAULT=PCRE DPCRE .include <bsd.port.options.mk> -MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS \ - CC="${CC}" CFLAGS="${CFLAGS}" +MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ + USE_OPENSSL=1 CC="${CC}" CFLAGS="${CFLAGS}" .if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre |