diff --git a/root-packages/gptfdisk/build.sh b/root-packages/gptfdisk/build.sh index 43c660b9c..f5b286da7 100644 --- a/root-packages/gptfdisk/build.sh +++ b/root-packages/gptfdisk/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=1.0.4 TERMUX_PKG_SRCURL=https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$TERMUX_PKG_VERSION/gptfdisk-$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d -TERMUX_PKG_DEPENDS="libpopt, libuuid" +TERMUX_PKG_DEPENDS="libpopt, libuuid, ncurses" TERMUX_PKG_BUILD_IN_SRC=true termux_step_make_install() {