diff options
author | mm <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
commit | 9f74f217b1721449f260582604d62b539ee4eca0 (patch) | |
tree | e10840a903b849ecaf4e5b1b63b05156c6fb3afe /textproc | |
parent | cb7248fca8d3aebb34d5ec1b09b9d7aaf0147560 (diff) | |
download | freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.gz freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.zst freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.zip |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 1a013e7f856a..fd5c03661496 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.5.20b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ @@ -51,7 +51,7 @@ check: build .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/wand/magick-wand.h) -LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick .endif .if exists(${LOCALBASE}/include/vorbis/vorbisfile.h) |