pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/Xft2 Depend on Xrender>=0.8.2, since that's what...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17403d95e922
branches: trunk
changeset: 461717:17403d95e922
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 19 17:23:16 2003 +0000
description:
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:
fonts/Xft2/Makefile | 4 +++-
fonts/Xft2/buildlink2.mk | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 59b8e691f9af -r 17403d95e922 fonts/Xft2/Makefile
--- a/fonts/Xft2/Makefile Fri Sep 19 17:22:14 2003 +0000
+++ b/fonts/Xft2/Makefile Fri Sep 19 17:23:16 2003 +0000
@@ -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 @@
#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 -r 59b8e691f9af -r 17403d95e922 fonts/Xft2/buildlink2.mk
--- a/fonts/Xft2/buildlink2.mk Fri Sep 19 17:22:14 2003 +0000
+++ b/fonts/Xft2/buildlink2.mk Fri Sep 19 17:23:16 2003 +0000
@@ -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+= 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"
Home |
Main Index |
Thread Index |
Old Index