diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-01 08:10:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-01 08:10:43 +0000 |
commit | d0c3aa918f250e3e5bf8ef9e402e1af76180ffee (patch) | |
tree | 58a7d9ca39ef43f513df9cfb986e59da671d9193 /devel/pango | |
parent | b321a8db08509d51a0086a7b9b69b72ef01e807f (diff) | |
download | pkgsrc-d0c3aa918f250e3e5bf8ef9e402e1af76180ffee.tar.gz |
Also needs newer fontconfig, says ryoon.
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index ae414addc42..864ab9ff72c 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.180 2013/06/01 07:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.181 2013/06/01 08:10:43 wiz Exp $ DISTNAME= pango-1.34.1 CATEGORIES= devel fonts @@ -54,7 +54,7 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1 BUILDLINK_DEPMETHOD.gobject-introspection:= build .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" -BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.5.0 +BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.10.91 .include "../../fonts/fontconfig/buildlink3.mk" BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=0.9.9 .include "../../fonts/harfbuzz/buildlink3.mk" |