diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
commit | 0251314951e32c83040acf073edf5d16ce34ac81 (patch) | |
tree | 41c46c8d8f40b26a4e1b3d0dc679916973d043d5 /textproc | |
parent | - Chase graphics/ImageMagick shlib version bump (diff) |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmltolatex/Makefile | 4 | ||||
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index b37d1d740acc..605bd9e81f58 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -8,7 +8,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= HTML to LaTeX to PDF Converter -LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand.1:${PORTSDIR}/graphics/ImageMagick USE_BISON= build USE_GMAKE= yes diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 3159e9edace6..7f7d5bc8375f 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.5.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ \ ${MASTER_SITE_GNU} @@ -54,7 +54,7 @@ check: build .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/wand/magick-wand.h) -LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick .endif .if exists(${LOCALBASE}/include/vorbis/vorbisfile.h) |