diff options
author | adam <adam@pkgsrc.org> | 2006-09-06 20:15:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-09-06 20:15:57 +0000 |
commit | 40a10569c74f810f677f304a322006798dce1e0e (patch) | |
tree | b9b1495d4804937f43644a3620f3d5cd295cebc3 /graphics/ImageMagick/Makefile.common | |
parent | 6cff93c96cc9f1ee65dcdebde98595768381f04b (diff) | |
download | pkgsrc-40a10569c74f810f677f304a322006798dce1e0e.tar.gz |
Changes 6.2.9-3:
* Add -clip-mask option to clip as defined by an image mask.
Changes 6.2.9-2:
* Add >>, <<, >=, and <= operators to -fx.
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 2c1ba28a8fa..1b68e84e128 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.63 2006/08/23 21:06:00 adam Exp $ +# $NetBSD: Makefile.common,v 1.64 2006/09/06 20:15:57 adam Exp $ ########################################################################### # @@ -10,7 +10,7 @@ ########################################################################### IM_MAJOR_VER= 6.2.9 -IM_MINOR_VER= 1 +IM_MINOR_VER= 3 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) |