diff options
author | adam <adam@pkgsrc.org> | 2016-08-03 10:22:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-08-03 10:22:08 +0000 |
commit | af99af5e9cba76dc77709430a25869115f950e12 (patch) | |
tree | 8bfde80d3bf3676cad2ff03726dbe9118e082b1e /graphics/gdchart | |
parent | 688fd5edec81adbae50333c18705003e7e4f9997 (diff) | |
download | pkgsrc-af99af5e9cba76dc77709430a25869115f950e12.tar.gz |
Revbump after graphics/gd update
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 83cff30656e..381baf75963 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2016/05/07 09:58:49 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2016/08/03 10:22:14 adam Exp $ DISTNAME= gdchart0.11.5dev PKGNAME= gdchart-0.11.5 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ diff --git a/graphics/gdchart/buildlink3.mk b/graphics/gdchart/buildlink3.mk index b6877abe6f4..1c4eef5dd26 100644 --- a/graphics/gdchart/buildlink3.mk +++ b/graphics/gdchart/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2015/11/18 14:19:46 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.22 2016/08/03 10:22:14 adam 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.5nb15 +BUILDLINK_ABI_DEPENDS.gdchart+= gdchart>=0.11.5nb17 BUILDLINK_PKGSRCDIR.gdchart?= ../../graphics/gdchart .include "../../graphics/gd/buildlink3.mk" |