From 63add57ef96f10f464fc1bf7c821d2281b39edeb Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 4 Nov 2022 02:29:27 +0000 Subject: Using toybox instead of sbase for posix --- repo/mandoc/mandoc.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/mandoc') diff --git a/repo/mandoc/mandoc.xibuild b/repo/mandoc/mandoc.xibuild index d74e6c8..b3d5b8b 100644 --- a/repo/mandoc/mandoc.xibuild +++ b/repo/mandoc/mandoc.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="musl zlib sbase" +DEPS="musl zlib toybox" PKG_VER=1.14.6 SOURCE=https://mandoc.bsd.lv/snapshots/mandoc-$PKG_VER.tar.gz -- cgit v1.2.1