diff options
Diffstat (limited to 'graphics/ImageMagick/Makefile.common')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 883688e65f3..6b6f86b1a5c 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.48 2006/03/08 16:46:34 tv Exp $ +# $NetBSD: Makefile.common,v 1.49 2006/03/29 21:32:35 ghen Exp $ # NOTE: When updating this version, make sure to reset PKGREVISION in # both graphics/ImageMagick *and* graphics/p5-PerlMagick! IM_MAJOR_VER= 6.2.6 -IM_MINOR_VER= 3 +IM_MINOR_VER= 4 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) |