diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-16 10:00:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-16 10:00:40 +0000 |
commit | 4d65a3874a313c2ef89bb3e4e6feabef0fdd4ef2 (patch) | |
tree | 1c3229385c6aba7c035bb0eaeae30f80ace8a267 /graphics/GraphicsMagick | |
parent | d21cae6799caca6922fed5c699870efa820c1002 (diff) | |
download | pkgsrc-4d65a3874a313c2ef89bb3e4e6feabef0fdd4ef2.tar.gz |
repair PKGREVISION which was messed up in the previous commit
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index efc5171f9c1..6217fe28835 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2011/05/16 01:18:54 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.40 2011/05/16 10:00:40 dmcmahill Exp $ # .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 5 MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.graphicsmagick.org/ COMMENT= X application for displaying and manipulating images |