diff options
author | joerg <joerg> | 2013-09-10 14:20:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-09-10 14:20:03 +0000 |
commit | 4158e1b2ca1e7aac6e24f925c13b8b7c703c196b (patch) | |
tree | 3aecc83a44bcf11336fbc6c3bc40995d98dc8a3b /graphics | |
parent | ac632b2cb6c84f44e35cb9f9566286c45a3b6342 (diff) | |
download | pkgsrc-4158e1b2ca1e7aac6e24f925c13b8b7c703c196b.tar.gz |
Bump revision to fix clang build of gimp modules.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index a0961d352b4..3db4798d0b6 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.236 2013/09/02 19:50:46 adam Exp $ +# $NetBSD: Makefile,v 1.237 2013/09/10 14:20:03 joerg Exp $ DISTNAME= gimp-2.8.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \ |