diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-24 02:00:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-24 02:00:26 +0000 |
commit | 6d445ed124844965e9bf90e887b112a7aed8a7b9 (patch) | |
tree | 4b9adfe48b3b4159c4d790439ca2b6618755b925 /fonts | |
parent | fb501ae82b427eecc32be700938f795e16a71ffc (diff) | |
download | pkgsrc-6d445ed124844965e9bf90e887b112a7aed8a7b9.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/Makefile | 4 |
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" |