diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-29 19:00:18 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-29 19:00:18 +0000 |
commit | 08851ece92aff3676cf7e28204029e24ae78b2c9 (patch) | |
tree | 71dd7c7ea165895c5b4ec0b0f9bf95e173705f02 /fonts/Xft2/Makefile | |
parent | 43f048448830a44cdd3b3399e3963bca0e0f123e (diff) | |
download | pkgsrc-08851ece92aff3676cf7e28204029e24ae78b2c9.tar.gz |
Clean up freetype2 requirements so Xft2 and fontconfig also require the right
version via buildlink'ing
Diffstat (limited to 'fonts/Xft2/Makefile')
-rw-r--r-- | fonts/Xft2/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |