diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-08 23:49:27 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-08 23:49:27 +0000 |
commit | 296f4dd3751eb8347774b94c434e0f9cbbabb143 (patch) | |
tree | b1de2aa407a6de2349aca0395ecb4e45358894a9 /fonts/Xft2 | |
parent | ff65eb18276749faea07e32c166a3cfc23a7062b (diff) | |
download | pkgsrc-296f4dd3751eb8347774b94c434e0f9cbbabb143.tar.gz |
Ugg...This can use the 2.0.5 freetype2 included in XF4.2.x (which is what we
shipped with 1.6), however the most recent pango requires 2.0.9 and also uses
this package. As a result you end up with conflicting freetype linkage and
the wrong library version (.8) can get used in further packages which use
pango. Alleviate all of this by requiring >=2.0.9 in here as well
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index bd37ae1084e..96fd8bfe00f 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/02/03 17:41:08 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/08 23:49:27 jmc Exp $ # DISTNAME= fcpackage.2_1 @@ -11,6 +11,10 @@ MAINTAINER= jmmv@netbsd.org HOMEPAGE= http://fontconfig.org/ 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 + GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES |