Mon May 16 10:00:41 2011 UTC ()
repair PKGREVISION which was messed up in the previous commit


(dmcmahill)
diff -r1.39 -r1.40 pkgsrc/graphics/GraphicsMagick/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/graphics/GraphicsMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/Makefile 2011/05/16 01:18:54 1.39
+++ pkgsrc/graphics/GraphicsMagick/Makefile 2011/05/16 10:00:40 1.40
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.39 2011/05/16 01:18:54 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.40 2011/05/16 10:00:40 dmcmahill Exp $
2# 2#
3 3
4.include "Makefile.common" 4.include "Makefile.common"
5PKGREVISION= 1 5PKGREVISION= 5
6MAINTAINER= obache@NetBSD.org 6MAINTAINER= obache@NetBSD.org
7HOMEPAGE= http://www.graphicsmagick.org/ 7HOMEPAGE= http://www.graphicsmagick.org/
8COMMENT= X application for displaying and manipulating images 8COMMENT= X application for displaying and manipulating images
9#LICENSE= mit AND # see ${WRKSRC}/Copyright.txt 9#LICENSE= mit AND # see ${WRKSRC}/Copyright.txt
10 10
11DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts 11DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config gs 17USE_TOOLS+= gmake pkg-config gs
18USE_FEATURES= vsnprintf # optional but recommended for security 18USE_FEATURES= vsnprintf # optional but recommended for security