summaryrefslogtreecommitdiff
path: root/devel/pango
diff options
context:
space:
mode:
authorreed <reed>2009-04-15 03:14:50 +0000
committerreed <reed>2009-04-15 03:14:50 +0000
commit6f5018bf5e051571c6d3e8abed59ab9eceb3248c (patch)
tree5fe102488447ab9b0489c33f0105dd3c59580a62 /devel/pango
parent28f47d7f6b9d16f40fae1e320db91b4a7aa9241c (diff)
downloadpkgsrc-6f5018bf5e051571c6d3e8abed59ab9eceb3248c.tar.gz
The build says it needs fontconfig>=2.5.0
If not it will build but won't do the fontconfig, and freetype2 related parts. Even cairo is not used. (While here also add a comment suggesting maybe a libthai option later.)
Diffstat (limited to 'devel/pango')
-rw-r--r--devel/pango/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 05895adbb1b..cd285331db4 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2009/03/18 13:26:03 drochner Exp $
+# $NetBSD: Makefile,v 1.126 2009/04/15 03:14:50 reed Exp $
DISTNAME= pango-1.24.0
CATEGORIES= devel fonts
@@ -44,8 +44,11 @@ PLIST_VARS+= carbon
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.17.3
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.8.0
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.7nb3
+BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.5.0
.include "../../devel/glib2/buildlink3.mk"
+# XXX: later maybe add an option for libthai to provide pango-thai-lang.la?
+#.include "../../devel/libthai/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"