diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-10-30 21:37:32 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-10-30 21:37:32 +0200 |
commit | facf9101990ca9b65217a667d1beb3699feac6ff (patch) | |
tree | 990b4ba26f6d0c29b1bb00cee1ed122b14d65877 /x11/fontconfig | |
parent | 8e3be84b5eee78b26c4567d92925cf39718e1e12 (diff) |
x11/fontconfig: libuuid not needed anymore
Tidy WANTLIB after that
Diffstat (limited to 'x11/fontconfig')
-rw-r--r-- | x11/fontconfig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/fontconfig/Makefile b/x11/fontconfig/Makefile index 5a9d4e9..9064d83 100644 --- a/x11/fontconfig/Makefile +++ b/x11/fontconfig/Makefile @@ -14,7 +14,7 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -WANTLIB = freetype uuid expat iconv intl pthread c z +WANTLIB = expat freetype c MASTER_SITES = http://fontconfig.org/release/ @@ -24,8 +24,7 @@ MODULES = xenocara BUILD_DEPENDS = devel/gperf -LIB_DEPENDS = sysutils/e2fsprogs \ - print/freetype2 +LIB_DEPENDS = print/freetype2 USE_GMAKE = Yes |