diff options
Diffstat (limited to 'repo/apps/vim/vim.xibuild')
-rw-r--r-- | repo/apps/vim/vim.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/apps/vim/vim.xibuild b/repo/apps/vim/vim.xibuild index d396eb2..8f7adf4 100644 --- a/repo/apps/vim/vim.xibuild +++ b/repo/apps/vim/vim.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="gpm acl musl libgcrypt pcre2 zlib" +DEPS="acl musl libgcrypt pcre2 zlib" PKG_VER=8.2.4656 SOURCE=https://github.com/vim/vim/archive/refs/tags/v$PKG_VER.tar.gz |