diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2006-02-13 05:09:19 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2006-02-13 05:09:19 +0000 |
commit | f236f72426b5ed7c62810e38800422cc534d7349 (patch) | |
tree | 491911353fecbc74d610d3d7bb84c8754d364802 /textproc | |
parent | 5c117904635b0940f0f4aef0c758ae46080c3c00 (diff) | |
download | ports-f236f72426b5ed7c62810e38800422cc534d7349.tar.gz ports-f236f72426b5ed7c62810e38800422cc534d7349.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 09c497ea062f..e67f8212fdbc 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -50,7 +50,7 @@ check: build .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/wand/magick-wand.h) -LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK:="" .else PLIST_SUB+= IMAGEMAGICK:="@comment " |