diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
commit | 779a04d1f707b7fdbf154d56577444fff9c0306f (patch) | |
tree | fc361b786f221cd16c431f3bbc0861f8cd3206fb /textproc/libextractor/Makefile | |
parent | a9b4900f5b074ea507779dd64150eeaf1b2c1da6 (diff) | |
download | ports-779a04d1f707b7fdbf154d56577444fff9c0306f.tar.gz ports-779a04d1f707b7fdbf154d56577444fff9c0306f.zip |
Notes
Diffstat (limited to 'textproc/libextractor/Makefile')
-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 241cd372427c..d0b8f7eef1d4 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.5.20b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ @@ -52,7 +52,7 @@ check: build .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/wand/magick-wand.h) -LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick .endif .if exists(${LOCALBASE}/include/vorbis/vorbisfile.h) |