diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-16 12:49:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-16 12:49:29 +0000 |
commit | 7b77df794ca6eb9209e4faf9e68fe21b657ca164 (patch) | |
tree | cc2bdcab487de32e63bb360a3a8f60c0ed4f8320 /fonts | |
parent | ab481514b63563b9691e5a5b129fe130f95212cb (diff) | |
download | pkgsrc-7b77df794ca6eb9209e4faf9e68fe21b657ca164.tar.gz |
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 (limited to 'fonts')
-rw-r--r-- | fonts/Xft2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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" |