summaryrefslogtreecommitdiff
path: root/x11/fontconfig
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2021-10-30 21:37:32 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2021-10-30 21:37:32 +0200
commitfacf9101990ca9b65217a667d1beb3699feac6ff (patch)
tree990b4ba26f6d0c29b1bb00cee1ed122b14d65877 /x11/fontconfig
parent8e3be84b5eee78b26c4567d92925cf39718e1e12 (diff)
x11/fontconfig: libuuid not needed anymore
Tidy WANTLIB after that
Diffstat (limited to 'x11/fontconfig')
-rw-r--r--x11/fontconfig/Makefile5
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