1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove USES=ssl where it's already implied by CARGO_CRATES=openssl-sys

This commit is contained in:
Tobias Kortkamp 2019-02-08 12:23:26 +00:00
parent d01e77a55f
commit 298bce0682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492432
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ BROKEN_SSL_REASON_libressl= Needs an old version of OpenSSL (older than 1.1)
BROKEN_SSL_REASON_libressl-devel= Needs an old version of OpenSSL (older than 1.1)
BROKEN_SSL_REASON_openssl111= Needs an older version of OpenSSL (older than 1.1)
USES= cargo perl5 ssl
USES= cargo perl5
USE_GITHUB= yes
USE_PERL5= build

View File

@ -9,7 +9,7 @@ COMMENT= Improved sequence editor for Git
LICENSE= ISCL
USES= cargo ssl ncurses
USES= cargo ncurses
USE_GITHUB= yes
GH_ACCOUNT= MitMaro
GH_PROJECT= git-interactive-rebase-tool