From 4cbf78ce6a71864ce0e1f45462a0a3147cd2a4b4 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 16 Mar 2022 14:44:05 +0100 Subject: [PATCH] Ports: Add a dependency on libiconv to tig --- Ports/tig/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")