diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
commit | 18d6941e6e450b7b94ee0e04263eeccc8d22d068 (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /graphics/agg | |
parent | 67df4ba45b84157169699b115a994ea6533d49fe (diff) | |
download | pkgsrc-18d6941e6e450b7b94ee0e04263eeccc8d22d068.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 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 4 | ||||
-rw-r--r-- | graphics/agg/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 743ec63d412..e35ae516419 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2012/10/06 14:10:41 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/06/03 10:05:07 wiz Exp $ # DISTNAME= agg-2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ diff --git a/graphics/agg/buildlink3.mk b/graphics/agg/buildlink3.mk index 1b1d2968693..0d0e75eed69 100644 --- a/graphics/agg/buildlink3.mk +++ b/graphics/agg/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2012/05/07 01:53:32 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2013/06/03 10:05:07 wiz Exp $ # BUILDLINK_TREE+= agg @@ -7,7 +7,7 @@ BUILDLINK_TREE+= agg AGG_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.agg+= agg>=2.5 -BUILDLINK_ABI_DEPENDS.agg+= agg>=2.5nb1 +BUILDLINK_ABI_DEPENDS.agg+= agg>=2.5nb2 BUILDLINK_PKGSRCDIR.agg?= ../../graphics/agg .include "../../graphics/freetype2/buildlink3.mk" |