1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Tobias Kortkamp 2021-04-21 12:16:24 +02:00
parent 6fbfa31c0a
commit 69e938dbc5
No known key found for this signature in database
GPG Key ID: A4F09FB73CC51F61

View File

@ -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)