summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-21 10:53:15 +0000
committerwiz <wiz@pkgsrc.org>2005-02-21 10:53:15 +0000
commitc684bdf273c4fdc1b554fdd70c4647aa81189117 (patch)
tree0aa1d0927160f7329125ec426a144eb5ad717fed /fonts
parent9feb2724fefb8ea7a406db17b448722f417c87aa (diff)
downloadpkgsrc-c684bdf273c4fdc1b554fdd70c4647aa81189117.tar.gz
Needs at least Xrender-0.8.2 and fontconfig-2.2.
Closes PR 29477.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/Xft2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile
index 8f573baedc1..c7fcf76e803 100644
--- a/fonts/Xft2/Makefile
+++ b/fonts/Xft2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/10/03 00:14:42 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/02/21 10:53:15 wiz Exp $
DISTNAME= libXft-2.1.6
PKGNAME= Xft2-2.1.6
@@ -23,7 +23,8 @@ USE_GNU_TOOLS+= awk
PKGCONFIG_OVERRIDE= xft.pc.in
MAKE_ENV+= EGREP="${EGREP}"
-BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
+BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8.2
+BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"