diff options
author | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-11-04 02:29:27 +0000 |
commit | 63add57ef96f10f464fc1bf7c821d2281b39edeb (patch) | |
tree | df6ff34494316e6e23d206dd81367f0a5a3ead73 /repo/mandoc/mandoc.xibuild | |
parent | 9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff) |
Using toybox instead of sbase for posix
Diffstat (limited to 'repo/mandoc/mandoc.xibuild')
-rw-r--r-- | repo/mandoc/mandoc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |