From c07f91474de4088c4eccd45ccc6883a515439d69 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Mon, 27 Sep 2021 00:16:18 +0200 Subject: Ports: Make array-like settings actual arrays We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. --- Ports/ncdu/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/ncdu/package.sh') diff --git a/Ports/ncdu/package.sh b/Ports/ncdu/package.sh index 03019a20fb..51a4d12709 100755 --- a/Ports/ncdu/package.sh +++ b/Ports/ncdu/package.sh @@ -4,6 +4,6 @@ useconfigure="true" version="1.16" files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4" auth_type=sha256 -depends="ncurses" +depends=("ncurses") export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses" -- cgit v1.2.3