diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-21 18:16:24 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-21 18:57:21 +0800 |
commit | 69e938dbc5e197832191d0174f8a35e1915d6f8b (patch) | |
tree | 2f948ebf1e5989edd5328bca1c6cf613c12d7c06 /security/libressl-devel | |
parent | 6fbfa31c0a52e3c89a8382042faf7f0abdbf2e57 (diff) | |
download | freebsd-ports-gnome-69e938dbc5e197832191d0174f8a35e1915d6f8b.tar.gz freebsd-ports-gnome-69e938dbc5e197832191d0174f8a35e1915d6f8b.tar.zst freebsd-ports-gnome-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/libressl-devel')
-rw-r--r-- | security/libressl-devel/Makefile | 2 |
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) |