Tue May 17 11:44:28 2011 UTC ()
out of my control anymore...


(obache)
diff -r1.40 -r1.41 pkgsrc/graphics/GraphicsMagick/Makefile

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

--- pkgsrc/graphics/GraphicsMagick/Makefile 2011/05/16 10:00:40 1.40
+++ pkgsrc/graphics/GraphicsMagick/Makefile 2011/05/17 11:44:28 1.41
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.40 2011/05/16 10:00:40 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.41 2011/05/17 11:44:28 obache Exp $
2# 2#
3 3
4.include "Makefile.common" 4.include "Makefile.common"
5PKGREVISION= 5 5PKGREVISION= 5
6MAINTAINER= obache@NetBSD.org 6MAINTAINER= pkgsrc-users@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
19GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes