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/gegl | |
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/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 4 | ||||
-rw-r--r-- | graphics/gegl/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index fa5f72ba167..1825b31d2b0 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2010/02/04 12:28:43 adam Exp $ +# $NetBSD: Makefile,v 1.11 2010/06/13 22:44:31 wiz Exp $ DISTNAME= gegl-0.1.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/gegl/buildlink3.mk b/graphics/gegl/buildlink3.mk index 465402e6975..3fc7647e45c 100644 --- a/graphics/gegl/buildlink3.mk +++ b/graphics/gegl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2010/02/04 12:28:43 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2010/06/13 22:44:31 wiz Exp $ BUILDLINK_TREE+= gegl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gegl GEGL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gegl+= gegl>=0.0.20 -BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.1.0nb3 +BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.1.0nb4 BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl pkgbase := gegl |