From 2df0b6af76675ed7e8333e7b2734bd633ad857c5 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 16 Feb 2004 12:49:29 +0000 Subject: 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. --- fonts/Xft2/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'fonts') diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 832493ec1be..714f178e758 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 @@ USE_GNU_TOOLS+= awk 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" -- cgit v1.2.3