Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 17:15:08 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 98f935943798 - main - ftp/lftp: remove non-option from OPTIONS_DEFAULT
Message-ID:  <202105121715.14CHF8B2045054@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98f935943798cd96c8f61c5e9d217e1a1806b6f3

commit 98f935943798cd96c8f61c5e9d217e1a1806b6f3
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-05-12 15:12:25 +0000
Commit:     Dmitry Marakasov <amdmi3@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121715.14CHF8B2045054>