diff options
Diffstat (limited to 'net/haproxy17')
-rw-r--r-- | net/haproxy17/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/haproxy17/Makefile b/net/haproxy17/Makefile index 3d42db9f2ef6..5d824aac9cb5 100644 --- a/net/haproxy17/Makefile +++ b/net/haproxy17/Makefile @@ -50,10 +50,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} |