diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-12-21 09:02:13 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-12-21 09:05:38 +0100 |
commit | b40932f199bad01067256c27f36bd9665cb45731 (patch) | |
tree | 7836e16c12ab92a5d3c2fcf4aeef98171336334b /x11/libXft | |
parent | facf9101990ca9b65217a667d1beb3699feac6ff (diff) |
x11/libXft: update WANTLIB after fontconfig update
libuuid not needed anymore
Diffstat (limited to 'x11/libXft')
-rw-r--r-- | x11/libXft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile index ae6dfcf..9810e0e 100644 --- a/x11/libXft/Makefile +++ b/x11/libXft/Makefile @@ -1,6 +1,7 @@ # $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ COMMENT = X FreeType library +REVISION = 0 DISTNAME = libXft-2.3.4 CATEGORIES = x11 @@ -14,7 +15,7 @@ SHARED_LIBS= Xft 12.0 PERMIT_PACKAGE = Yes WANTLIB = Xrender X11 Xau Xdmcp expat fontconfig freetype \ - iconv intl pthread uuid xcb z + pthread xcb z MASTER_SITES = ${MASTER_SITE_XORG:=lib/} |