diff options
author | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-11-10 18:09:48 +0800 |
commit | 1b0417656969bd1c326432fe019d9a6f6bf42997 (patch) | |
tree | ec00e643384652d97e7643f40c6342bff01bff0b /net/haproxy/Makefile | |
parent | e5874ca09869a82a5afd977e105a07506a5f15ad (diff) | |
download | freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.gz freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.tar.zst freebsd-ports-gnome-1b0417656969bd1c326432fe019d9a6f6bf42997.zip |
security/openssl-devel was removed, but there is a security/openssl111 now.
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r-- | net/haproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 0810dce884d1..a9f50fc65975 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -46,8 +46,8 @@ 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:Mopenssl-devel} -BROKEN= Does not build with openssl-devel +.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl111} +BROKEN= Does not build with openssl111 .endif post-build: |