diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 17:30:19 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 17:30:19 +0000 |
commit | 6088c33ba5209e3fc9615b72f60d4266f23a3f60 (patch) | |
tree | 28ac653ff7f7a6872e4348fbd7af50c0d9ab51bd /security/libressl | |
parent | 0467bf077e4e2f95bac208f319ba276a750791c3 (diff) | |
download | ports-6088c33ba5209e3fc9615b72f60d4266f23a3f60.tar.gz ports-6088c33ba5209e3fc9615b72f60d4266f23a3f60.zip |
Notes
Diffstat (limited to 'security/libressl')
-rw-r--r-- | security/libressl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 9f28c50f57de..aec0c360f551 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -20,8 +20,7 @@ MAN3_DESC= Install API manpages (section 3) NC_DESC= Install TLS-enabled netcat CONFLICTS_INSTALL= libressl-devel-[0-9]* \ - openssl-[0-9]* \ - openssl111-[0-9]* + openssl-[0-9]* NC_CONFIGURE_ENABLE= nc |