diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | e05e426ab43da6bb48ab55916d999c4d503e688a (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /graphics/agg | |
parent | 6ac78ffb0f037a74145725b7dcfcfa4652d7dd23 (diff) | |
download | pkgsrc-e05e426ab43da6bb48ab55916d999c4d503e688a.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
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 e35ae516419..e797e25d2a7 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2013/06/03 10:05:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/06/04 22:16:13 tron Exp $ # DISTNAME= agg-2.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ diff --git a/graphics/agg/buildlink3.mk b/graphics/agg/buildlink3.mk index 0d0e75eed69..443557e26bf 100644 --- a/graphics/agg/buildlink3.mk +++ b/graphics/agg/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2013/06/03 10:05:07 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2013/06/04 22:16:13 tron 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.5nb2 +BUILDLINK_ABI_DEPENDS.agg+= agg>=2.5nb3 BUILDLINK_PKGSRCDIR.agg?= ../../graphics/agg .include "../../graphics/freetype2/buildlink3.mk" |