From bee2b17850e93413c601bfd2be599eb86f48680e Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 6 Mar 2005 22:16:54 +0000 Subject: - Chase ImageMagick shlib bump PR: ports/78455 Submitted by: Arjan van Leeuwen (ImageMagick's maintainer) --- textproc/htmltolatex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index c984cc7a3385..673892d2a50d 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -8,7 +8,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 3 +PORTREVISION= 4 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.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick USE_BISON= yes USE_GMAKE= yes -- cgit