From 22538acdb0c67f6c60ede76bb303ccde5d3f4013 Mon Sep 17 00:00:00 2001 From: PktSurf Date: Sun, 30 Mar 2025 22:03:46 +0530 Subject: [PATCH] Replaced dependency netbsd-curses with ncurses in base/zsh --- base/zsh/smbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/zsh/smbuild b/base/zsh/smbuild index 7d6d95d..eb8efc4 100644 --- a/base/zsh/smbuild +++ b/base/zsh/smbuild @@ -3,7 +3,7 @@ app=zsh version=5.6.2 build=1sml homepage="http://www.zsh.org" -requires="netbsd-curses gdbm" +requires="ncurses gdbm" desc="UNIX command interpreter shell that resembles the Korn shell" prepbuilddir() {