diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-03-16 14:44:05 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-16 14:10:59 +0000 |
commit | 4cbf78ce6a71864ce0e1f45462a0a3147cd2a4b4 (patch) | |
tree | 36aeaf98fc13da345ee3a3fe357f8822de767452 /Ports | |
parent | d3f3bb18531e8da19e5a6eab2d436662a19b4d70 (diff) | |
download | serenity-4cbf78ce6a71864ce0e1f45462a0a3147cd2a4b4.zip |
Ports: Add a dependency on libiconv to tig
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/tig/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/tig/package.sh b/Ports/tig/package.sh index 732842a3b5..fb8fce8ce5 100755 --- a/Ports/tig/package.sh +++ b/Ports/tig/package.sh @@ -4,4 +4,4 @@ version=2.5.5 useconfigure="true" files="https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz tig-${version}.tar.gz 24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313" auth_type=sha256 -depends=("ncurses" "pcre" "readline") +depends=("ncurses" "pcre" "readline" "libiconv") |