diff options
author | davidovski <david@davidovski.xyz> | 2022-03-02 16:25:19 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-02 16:25:19 +0000 |
commit | 92a76bb80efda3fcb96cb0a990ae5bfa658449d1 (patch) | |
tree | f935c158bc695fdf3ea5806bc5f1c30f2d99e0e0 /repo/font/fontconfig.xibuild | |
parent | 6b3593e13e688d558be05846d1e2d9acf6e97c71 (diff) |
changed coreutils to sbase
Diffstat (limited to 'repo/font/fontconfig.xibuild')
-rw-r--r-- | repo/font/fontconfig.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/font/fontconfig.xibuild b/repo/font/fontconfig.xibuild index 76f8d80..7814f4a 100644 --- a/repo/font/fontconfig.xibuild +++ b/repo/font/fontconfig.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make libxml2 texlive" -DEPS="freetype json" +DEPS="freetype2 json" PKG_VER=2.13.1 SOURCE=https://www.freedesktop.org/software/fontconfig/release/fontconfig-$PKG_VER.tar.bz2 |