pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/Xft2 Remove redundant addition to BUILDLINK_DEPE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd4adc2f7819
branches: trunk
changeset: 468725:dd4adc2f7819
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Feb 16 12:49:29 2004 +0000
description:
Remove redundant addition to BUILDLINK_DEPENDS.freetype2 that's already
added by fontconfig/buildlink3.mk. Also use += to append to
BUILDLINK_DEPENDS.Xrender instead of setting it.
diffstat:
fonts/Xft2/Makefile | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 1eac40b1d8fb -r dd4adc2f7819 fonts/Xft2/Makefile
--- a/fonts/Xft2/Makefile Mon Feb 16 12:43:06 2004 +0000
+++ b/fonts/Xft2/Makefile Mon Feb 16 12:49:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/16 12:49:29 jlam Exp $
#
DISTNAME= xft-2.1.2
@@ -11,10 +11,6 @@
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_BUILDLINK3= YES
USE_LIBTOOL= YES
@@ -25,7 +21,7 @@
PKGCONFIG_OVERRIDE= xft.pc.in
MAKE_ENV+= EGREP="${EGREP}"
-BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2
+BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8.2
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index