aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-04-21 10:16:24 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-04-21 10:57:21 +0000
commit69e938dbc5e197832191d0174f8a35e1915d6f8b (patch)
tree2f948ebf1e5989edd5328bca1c6cf613c12d7c06 /security
parent6fbfa31c0a52e3c89a8382042faf7f0abdbf2e57 (diff)
downloadports-69e938dbc5e197832191d0174f8a35e1915d6f8b.tar.gz
ports-69e938dbc5e197832191d0174f8a35e1915d6f8b.zip
security/libressl-devel: Properly define LIBTLS option
Even though users will never see it since it is either excluded or forced on, let's not rely on options implementation quirks and define it properly. Reported by: portscan
Diffstat (limited to 'security')
-rw-r--r--security/libressl-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile
index 4ba1966b0e4a..df976c788cbd 100644
--- a/security/libressl-devel/Makefile
+++ b/security/libressl-devel/Makefile
@@ -20,7 +20,7 @@ libtls_PLIST= pkg-plist-libtls
CPE_VENDOR= openbsd
-OPTIONS_DEFINE= MAN3 NC
+OPTIONS_DEFINE= LIBTLS MAN3 NC
OPTIONS_DEFAULT= MAN3 NC
LIBTLS_DESC= Only install libtls (no libcrypto/libssl)
MAN3_DESC= Install API manpages (section 3)