aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2021-04-30 00:57:05 +0200
committerGitHub <noreply@github.com>2021-04-29 15:57:05 -0700
commit56c0313c4b46eb3d25e62d27b3986ed2ac557902 (patch)
treed919cc520bb6043c4fffc3664b2cfd8ee69891c9 /ports
parent4d57adb52eab756b08ab4c6cb622b0a764bcf64b (diff)
downloadvcpkg-56c0313c4b46eb3d25e62d27b3986ed2ac557902.tar.gz
vcpkg-56c0313c4b46eb3d25e62d27b3986ed2ac557902.zip
[fontconfig] Don't require uuid port for mingw (#17280)
* [fontconfig] Don't require uuid port for mingw * Update versions
Diffstat (limited to 'ports')
-rw-r--r--ports/fontconfig/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL
index f6892ac23..f08532e13 100644
--- a/ports/fontconfig/CONTROL
+++ b/ports/fontconfig/CONTROL
@@ -1,6 +1,6 @@
Source: fontconfig
Version: 2.13.1
-Port-Version: 5
+Port-Version: 6
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, libuuid (!windows&!osx), gettext
+Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, libuuid (!windows&!osx&!mingw), gettext