diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
commit | aca9eb65c076af81299c93049c057f963a947d39 (patch) | |
tree | 8090cbbb08137e798b2ff84bd04d9af2cf123753 /www/libgtkhtml | |
parent | 48645f33dd88db18fe82393f129273d54668bbf4 (diff) | |
download | pkgsrc-aca9eb65c076af81299c93049c057f963a947d39.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 4 | ||||
-rw-r--r-- | www/libgtkhtml/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index f0c9a336214..bf938f8a6d8 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2013/02/16 11:18:44 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2013/06/03 10:06:09 wiz Exp $ # DISTNAME= libgtkhtml-2.6.3 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= www devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtkhtml/2.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/libgtkhtml/buildlink3.mk b/www/libgtkhtml/buildlink3.mk index 3d455396831..52635af114f 100644 --- a/www/libgtkhtml/buildlink3.mk +++ b/www/libgtkhtml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.37 2013/02/16 11:18:44 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.38 2013/06/03 10:06:09 wiz Exp $ BUILDLINK_TREE+= libgtkhtml @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgtkhtml LIBGTKHTML_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgtkhtml+= libgtkhtml>=2.6.0 -BUILDLINK_ABI_DEPENDS.libgtkhtml+= libgtkhtml>=2.6.3nb26 +BUILDLINK_ABI_DEPENDS.libgtkhtml+= libgtkhtml>=2.6.3nb27 BUILDLINK_PKGSRCDIR.libgtkhtml?= ../../www/libgtkhtml .include "../../textproc/libxml2/buildlink3.mk" |