git: 69e938dbc5e1 - main - security/libressl-devel: Properly define LIBTLS option
Tobias Kortkamp
tobik at FreeBSD.org
Wed Apr 21 10:58:31 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69e938dbc5e197832191d0174f8a35e1915d6f8b
commit 69e938dbc5e197832191d0174f8a35e1915d6f8b
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-04-21 10:16:24 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-04-21 10:57:21 +0000
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
---
security/libressl-devel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
More information about the dev-commits-ports-all
mailing list