git: 98f935943798 - main - ftp/lftp: remove non-option from OPTIONS_DEFAULT
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed May 12 17:15:09 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98f935943798cd96c8f61c5e9d217e1a1806b6f3
commit 98f935943798cd96c8f61c5e9d217e1a1806b6f3
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-12 15:12:25 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-12 17:11:38 +0000
ftp/lftp: remove non-option from OPTIONS_DEFAULT
Approved by: portmgr blanket
---
ftp/lftp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 39d904244ebc..759e18682020 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -36,7 +36,7 @@ SHEBANG_FILES= src/verify-file \
OPTIONS_DEFINE= DOCS NLS
OPTIONS_RADIO= SSL
OPTIONS_RADIO_SSL= OPENSSL GNUTLS
-OPTIONS_DEFAULT= SSL OPENSSL
+OPTIONS_DEFAULT= OPENSSL
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
More information about the dev-commits-ports-all
mailing list