summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2018-04-18 05:38:07 +0000
committersnj <snj@pkgsrc.org>2018-04-18 05:38:07 +0000
commit650492dc2dc24064ef412e35ea50491e752da4e0 (patch)
tree9e41a48aad58e5f1c13e2b1c7f91f4bfe993b653 /devel
parentc08d41cd1aa7710432611546566b3278a1fdb043 (diff)
downloadpkgsrc-650492dc2dc24064ef412e35ea50491e752da4e0.tar.gz
pango: fix build with native xsrc on any recent-ish netbsd installation
by spelling out version requirements for fontconfig and freetype2.
Diffstat (limited to 'devel')
-rw-r--r--devel/pango/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index b7676bc7069..6550d2f4447 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.211 2018/04/16 13:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.212 2018/04/18 05:38:07 snj Exp $
DISTNAME= pango-1.42.1
CATEGORIES= devel fonts
@@ -39,12 +39,15 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.33.12
BUILDLINK_DEPMETHOD.gobject-introspection:= build
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.10.91
+BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.11.91
.include "../../fonts/fontconfig/buildlink3.mk"
BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=0.9.9
.include "../../fonts/harfbuzz/buildlink3.mk"
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.12.10
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/cairo-gobject/buildlink3.mk"
+# XXX freetype versioning is insane. needs libtool version >= 21.0.15,
+# which corresponds to release version 2.8.1
+BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.8.1
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"