aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-12-13 06:11:24 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-12-13 06:11:24 +0000
commitb3d72accdb847894d22bf1e4770485fcf44a9c2e (patch)
tree148214c9c23fb5ae8bc98191e49ddf64e533dbe0 /net/haproxy/Makefile
parent012d56bcce2bc1821071899c4b1d33cc24c7b8e7 (diff)
downloadports-b3d72accdb847894d22bf1e4770485fcf44a9c2e.tar.gz
ports-b3d72accdb847894d22bf1e4770485fcf44a9c2e.zip
net/haproxy builds fine with OpenSSL 1.1.1
Notes
Notes: svn path=/head/; revision=487345
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r--net/haproxy/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index a9f50fc65975..a746bf11720e 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -46,10 +46,6 @@ LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NA
MAKE_ARGS+= USE_REGPARM=1
.endif
-.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111}
-BROKEN= Does not build with openssl111
-.endif
-
post-build:
cd ${WRKSRC}/contrib/halog && ${MAKE_CMD} ${MAKE_ENV}