summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-07-08 06:39:57 +0000
committernia <nia@pkgsrc.org>2022-07-08 06:39:57 +0000
commit473efb6aa1c6a241411b07ec25849a122ea33a38 (patch)
treeaf481c0d9d228e5805a70b4f177a4c160608016d /x11
parente2e52ef31e648a6d498567294cd6c046137e089a (diff)
downloadpkgsrc-473efb6aa1c6a241411b07ec25849a122ea33a38.tar.gz
PR pkg/56909 libXft cannot avoid-duplicate because the native fontconfig
is always ignored on NetBSD 8 due to a (possibly wrong for native Xorg) ABI_DEPENDS setting elsewhere in pkgsrc
Diffstat (limited to 'x11')
-rw-r--r--x11/libXft/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile
index 5a9edbd2037..872796fdb1d 100644
--- a/x11/libXft/Makefile
+++ b/x11/libXft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/04/10 08:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.26 2022/07/08 06:39:57 nia Exp $
DISTNAME= libXft-2.3.4
CATEGORIES= x11 fonts
@@ -16,8 +16,6 @@ USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= xft.pc.in
-X11_LIB_NAME?= libXft
-.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"