diff options
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 4 | ||||
-rw-r--r-- | fonts/Xft2/buildlink2.mk | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index a09774efb14..5d8fa28ca19 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/03/29 12:40:53 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/29 19:00:19 jmc Exp $ # DISTNAME= fcpackage.2_1 @@ -14,7 +14,7 @@ COMMENT= Library for configuring and customizing font access # This can use 2.0.5 but things which use it (ala pango) require 2.0.9 so make # sure to keep in step -BUILDLINK_DEPENDS.freetype2?= freetype2>=2.0.9 +BUILDLINK_DEPENDS.freetype2= freetype2>=2.0.9 GNU_CONFIGURE= YES USE_BUILDLINK2= YES diff --git a/fonts/Xft2/buildlink2.mk b/fonts/Xft2/buildlink2.mk index 5011bbb03a9..3742816556a 100644 --- a/fonts/Xft2/buildlink2.mk +++ b/fonts/Xft2/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.6 2003/03/18 13:56:32 tron Exp $ +# $NetBSD: buildlink2.mk,v 1.7 2003/03/29 19:00:19 jmc Exp $ # # This Makefile fragment is included by packages that use Xft2. # @@ -18,6 +18,9 @@ BUILDLINK_FILES.Xft2+= include/X11/Xft/* BUILDLINK_FILES.Xft2+= lib/libXft.* BUILDLINK_FILES.Xft2+= lib/pkgconfig/xft.pc +# Make sure to include the right version of freetype2 +BUILDLINK_DEPENDS.freetype2= freetype2>=2.0.9 + .include "../../graphics/freetype2/buildlink2.mk" .include "../../fonts/fontconfig/buildlink2.mk" .include "../../x11/Xrender/buildlink2.mk" |