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 | 2c6e8e30b08bf1c171e92b4a779d56f1b68206fa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /graphics/gimp/Makefile | |
parent | 82ff889da9dc587d94b5ad49c36469576ebed64f (diff) | |
download | pkgsrc-2c6e8e30b08bf1c171e92b4a779d56f1b68206fa.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/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 57565cd3374..8b2c3344158 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.195 2010/08/29 09:33:53 obache Exp $ +# $NetBSD: Makefile,v 1.196 2010/09/14 11:01:05 wiz Exp $ DISTNAME= gimp-2.6.10 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \ ${MASTER_SITE_GNU:=gimp/v2.6/} \ |