summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-16 12:49:29 +0000
committerjlam <jlam@pkgsrc.org>2004-02-16 12:49:29 +0000
commita567665fadc307714ce52c6d460be7055e28f4cb (patch)
treecc2bdcab487de32e63bb360a3a8f60c0ed4f8320 /fonts
parentbbbada1244d7e10aa452830be7d7ef566520b1cb (diff)
downloadpkgsrc-a567665fadc307714ce52c6d460be7055e28f4cb.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/Makefile8
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"