diff options
| author | Alexandre Bique <bique.alexandre@gmail.com> | 2021-03-31 23:17:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 14:17:19 -0700 |
| commit | 9c2aae721d75f028df37f411ff475712760e3242 (patch) | |
| tree | a92994926096f3a7c77bd3e5ecb04f771ee99c8b /ports/fontconfig/CONTROL | |
| parent | c6034033c4dede40a6df7f546f1f6c067a1181da (diff) | |
| download | vcpkg-9c2aae721d75f028df37f411ff475712760e3242.tar.gz vcpkg-9c2aae721d75f028df37f411ff475712760e3242.zip | |
[fontconfig] fixes for macos (#16905)
References:
- https://github.com/Homebrew/homebrew-core/pull/57999
- https://github.com/Homebrew/homebrew-core/issues/57994
Diffstat (limited to 'ports/fontconfig/CONTROL')
| -rw-r--r-- | ports/fontconfig/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL index 4b455e985..330c801e0 100644 --- a/ports/fontconfig/CONTROL +++ b/ports/fontconfig/CONTROL @@ -1,6 +1,6 @@ Source: fontconfig Version: 2.13.1 -Port-Version: 3 +Port-Version: 4 Homepage: https://www.freedesktop.org/software/fontconfig/front.html Description: Library for configuring and customizing font access. -Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, dirent, libuuid (!windows&!osx), gettext
\ No newline at end of file +Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, dirent, libuuid (!windows&!osx), gettext |
