diff options
author | drochner <drochner@pkgsrc.org> | 2010-01-15 19:28:41 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-01-15 19:28:41 +0000 |
commit | 4ceaf03d2a59f3fc3be97e6a4b100e420dae8899 (patch) | |
tree | e7bac10d973b08cc1b704a236fc211e2689d99f8 /graphics/ImageMagick/Makefile.common | |
parent | 8eac3b73e7e65370b09a87d560d666264a96154d (diff) | |
download | pkgsrc-4ceaf03d2a59f3fc3be97e6a4b100e420dae8899.tar.gz |
update to 6.5.7.9
This is the minimal update to fix the crashes described in PR pkg/42593.
(pullup candidate for 2009Q4)
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 1146a5d52b4..6f4ba7fa696 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.84 2009/10/28 11:07:59 adam Exp $ +# $NetBSD: Makefile.common,v 1.85 2010/01/15 19:28:41 drochner Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 6.5.7 -IM_MINOR_VER= 2 +IM_MINOR_VER= 9 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) |