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/gdchart | |
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/gdchart')
-rw-r--r-- | graphics/gdchart/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdchart/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 26ad6d2a6b6..dc4d0dcd967 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2013/06/03 10:05:11 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2013/06/04 22:16:18 tron Exp $ DISTNAME= gdchart0.11.5dev PKGNAME= gdchart-0.11.5 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ diff --git a/graphics/gdchart/buildlink3.mk b/graphics/gdchart/buildlink3.mk index 3ec008ab148..73a4fe9def9 100644 --- a/graphics/gdchart/buildlink3.mk +++ b/graphics/gdchart/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2013/06/03 10:05:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2013/06/04 22:16:18 tron Exp $ BUILDLINK_TREE+= gdchart @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gdchart GDCHART_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gdchart+= gdchart>=0.11.4nb1 -BUILDLINK_ABI_DEPENDS.gdchart+= gdchart>=0.11.5nb10 +BUILDLINK_ABI_DEPENDS.gdchart+= gdchart>=0.11.5nb11 BUILDLINK_PKGSRCDIR.gdchart?= ../../graphics/gdchart .include "../../graphics/gd/buildlink3.mk" |