diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
commit | 92e0cb52cb783546e352182244f761180817e141 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /graphics/gdchart | |
parent | 01bd00f60b043c603cfe4fa796bf28af3a849cca (diff) | |
download | pkgsrc-92e0cb52cb783546e352182244f761180817e141.tar.gz |
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
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 10b487e38dc..fd357e84845 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2010/01/18 09:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2010/06/13 22:44:31 wiz Exp $ DISTNAME= gdchart0.11.5dev PKGNAME= gdchart-0.11.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ diff --git a/graphics/gdchart/buildlink3.mk b/graphics/gdchart/buildlink3.mk index afc2b177579..4a84ec3b3a1 100644 --- a/graphics/gdchart/buildlink3.mk +++ b/graphics/gdchart/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2010/01/18 09:59:00 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2010/06/13 22:44:31 wiz 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.5nb4 +BUILDLINK_ABI_DEPENDS.gdchart+= gdchart>=0.11.5nb5 BUILDLINK_PKGSRCDIR.gdchart?= ../../graphics/gdchart .include "../../graphics/gd/buildlink3.mk" |