From 659c22e17e24399a6dd0f9248fba5c3b6e5e7b13 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 10 May 2021 22:16:09 +0200 Subject: Ports: Add missing dependency for vim The vim port links against gettext when it's available so we should add it as a dependency in the package.sh script. --- Ports/vim/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/vim') diff --git a/Ports/vim/package.sh b/Ports/vim/package.sh index 12b4670ca1..27eccdc484 100755 --- a/Ports/vim/package.sh +++ b/Ports/vim/package.sh @@ -6,7 +6,7 @@ useconfigure="true" files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 47613400943bbf3e110c38e8c4923b9e51c1d63d9774313820e1d9b4c4bb9e11" auth_type=sha256 configopts="--with-tlib=tinfo --with-features=normal" -depends="ncurses" +depends="ncurses gettext" export vim_cv_getcwd_broken=no export vim_cv_memmove_handles_overlap=yes -- cgit v1.2.3