diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-12 15:12:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-12 17:11:38 +0000 |
commit | 98f935943798cd96c8f61c5e9d217e1a1806b6f3 (patch) | |
tree | 8f7d0b448766bd3b8c2c8bee39d4ab700f4c1937 | |
parent | cf57eb27bb31b262d2c14228227e87b5015f7b36 (diff) |
ftp/lftp: remove non-option from OPTIONS_DEFAULT
Approved by: portmgr blanket
-rw-r--r-- | ftp/lftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |