diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /graphics/gegl | |
parent | bb8b9d046b405d504b7569d287fd30ca2df92bc6 (diff) | |
download | pkgsrc-64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 3 | ||||
-rw-r--r-- | graphics/gegl/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index cb84b91a3c6..84350ac5e3f 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/08/16 23:36:28 reed Exp $ +# $NetBSD: Makefile,v 1.14 2010/09/14 11:01:05 wiz Exp $ DISTNAME= gegl-0.1.2 +PKGREVISION= 1 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 68fd515eafa..7bcf2733309 100644 --- a/graphics/gegl/buildlink3.mk +++ b/graphics/gegl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2010/06/14 18:48:32 drochner Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2010/09/14 11:01:05 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.2 +BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.1.2nb1 BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl pkgbase := gegl |