pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pango The build says it needs fontconfig>=2.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6f83227c8e0
branches:  trunk
changeset: 557396:d6f83227c8e0
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Apr 15 03:14:50 2009 +0000

description:
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:

 devel/pango/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 8a8cc51ab955 -r d6f83227c8e0 devel/pango/Makefile
--- a/devel/pango/Makefile      Tue Apr 14 23:50:19 2009 +0000
+++ b/devel/pango/Makefile      Wed Apr 15 03:14:50 2009 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index