diff options
author | wiz <wiz> | 2003-09-19 17:23:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-19 17:23:16 +0000 |
commit | 193f570b06a6e4873add566e3105287c7ca182c5 (patch) | |
tree | ff19217d28d88752f4937987fc335aa07bf55a68 /fonts | |
parent | b851052ccac508946cd2b476ba66f993feb6fb42 (diff) | |
download | pkgsrc-193f570b06a6e4873add566e3105287c7ca182c5.tar.gz |
Depend on Xrender>=0.8.2, since that's what the configure check checks for.
Do not bump PKGREVISION since the update was only a short while ago.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Xft2/Makefile | 4 | ||||
-rw-r--r-- | fonts/Xft2/buildlink2.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 6cd35e96060..8ca2db3248a 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/09/19 15:46:51 markd Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/19 17:23:16 wiz Exp $ # DISTNAME= xft-2.1.2 @@ -25,6 +25,8 @@ USE_GNU_TOOLS+= awk #LIBTOOL_OVERRIDE= ${WRKSRC}/libtool MAKE_ENV+= EGREP=${EGREP} +BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2 + .include "../../devel/pkgconfig/buildlink2.mk" .include "../../fonts/fontconfig/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" diff --git a/fonts/Xft2/buildlink2.mk b/fonts/Xft2/buildlink2.mk index 6abbb0c1bd0..2926656440f 100644 --- a/fonts/Xft2/buildlink2.mk +++ b/fonts/Xft2/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/03/29 19:11:07 jmc Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2003/09/19 17:23:17 wiz Exp $ # # This Makefile fragment is included by packages that use Xft2. # @@ -18,6 +18,8 @@ BUILDLINK_FILES.Xft2+= include/X11/Xft/* BUILDLINK_FILES.Xft2+= lib/libXft.* BUILDLINK_FILES.Xft2+= lib/pkgconfig/xft.pc +BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2 + .include "../../fonts/fontconfig/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" .include "../../x11/Xrender/buildlink2.mk" |