summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-24 02:00:26 +0000
committerjlam <jlam>2004-01-24 02:00:26 +0000
commit1cab36b41f2bb652c4c8d1378394bf3c6fa157d3 (patch)
tree4b9adfe48b3b4159c4d790439ca2b6618755b925 /fonts
parent944dc6e3a8db0402873366849255b7245bbadc9a (diff)
downloadpkgsrc-1cab36b41f2bb652c4c8d1378394bf3c6fa157d3.tar.gz
Append to BUILDLINK_DEPENDS.freetype2 so that if another package wants an
even newer version, it will still work.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 5ff8525c509..cbe454c0be4 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/24 01:57:01 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/24 02:00:26 jlam Exp $
#
DISTNAME= fontconfig-2.2.1
@@ -12,7 +12,7 @@ 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
+BUILDLINK_DEPENDS.freetype2+= freetype2>=2.0.9
.include "../../mk/bsd.prefs.mk"