diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-10 19:50:55 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-10 19:50:55 +0000 |
commit | c5e1202db4309fdf9b6b2d82035803740222274a (patch) | |
tree | a7708d146764294a92784caa725ff0678c02c9f9 /graphics/cuneiform | |
parent | 435270df4844ab4bb58ee7c753615d2dfa22de87 (diff) |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Notes
Notes:
svn path=/head/; revision=228018
Diffstat (limited to 'graphics/cuneiform')
-rw-r--r-- | graphics/cuneiform/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile index d314d2d75d15..ac4ca8842418 100644 --- a/graphics/cuneiform/Makefile +++ b/graphics/cuneiform/Makefile @@ -7,6 +7,7 @@ PORTNAME= cuneiform PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/cuneiform-linux/${PORTVERSION:R}/${PORTVERSION:R}/+download/ DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -34,7 +35,7 @@ OPTIONS= IMAGEMAGICK "Enable support of different graphic formats" off .include <bsd.port.pre.mk> .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick .endif post-extract: |