summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-03-09 06:12:13 +0000
committerjmc <jmc@pkgsrc.org>2003-03-09 06:12:13 +0000
commit01c0c12b6b4bbb43489d8baee1233e3745b22b31 (patch)
treea7076e26760d8925363e639daa317397ee6fd594 /fonts
parent79308c133173a4abc136c2eea109c20110d9e5c7 (diff)
downloadpkgsrc-01c0c12b6b4bbb43489d8baee1233e3745b22b31.tar.gz
Make same change for this by requiring at least freetype2 2.0.9
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 271875315b0..6de0f4c235c 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/01/28 22:03:17 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2003/03/09 06:12:13 jmc Exp $
#
DISTNAME= fcpackage.2_1
@@ -11,6 +11,10 @@ MAINTAINER= jmmv@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_BUILDLINK2= YES
USE_PKGINSTALL= YES