diff options
author | reed <reed@pkgsrc.org> | 2006-05-09 00:14:55 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-05-09 00:14:55 +0000 |
commit | 8fe23371f73945557d8adf27ec944d97cf87206c (patch) | |
tree | dc64ef432ad4b7a12a35bf107fc7b4b29a212b4e /fonts | |
parent | 133970d8d027a888e424b744aa0958bd78647843 (diff) | |
download | pkgsrc-8fe23371f73945557d8adf27ec944d97cf87206c.tar.gz |
Fix filename of pkg-config file.
This fixes problem when using USE_BUILTIN.Xft2=yes.
This is to close PR #32316 from Rui-Xiang Guo.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Xft2/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xft2/builtin.mk b/fonts/Xft2/builtin.mk index 6e44047b21a..3817ecd697c 100644 --- a/fonts/Xft2/builtin.mk +++ b/fonts/Xft2/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.14 2006/04/06 06:21:59 reed Exp $ +# $NetBSD: builtin.mk,v 1.15 2006/05/09 00:14:55 reed Exp $ BUILTIN_PKG:= Xft2 @@ -95,7 +95,7 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1nb2 . if !empty(USE_BUILTIN.Xft2:M[yY][eE][sS]) BUILDLINK_PREFIX.Xft2= ${X11BASE} -BUILDLINK_FILES.Xft2+= lib/pkgconfig/Xft2.pc +BUILDLINK_FILES.Xft2+= lib/pkgconfig/xft.pc USE_BUILTIN.Xrender= yes USE_BUILTIN.fontconfig= yes |