summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-06 22:16:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-06 22:16:54 +0000
commite8e8d1ed233079a29267a3e400cb7421861da7d8 (patch)
tree88667e0cd9eb3f3b8ae110c9ab45b0df498a20d9 /textproc
parent- Update to 6.2.0-5 (diff)
- Chase ImageMagick shlib bump
PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
Notes
Notes: svn path=/head/; revision=130479
Diffstat (limited to 'textproc')
-rw-r--r--textproc/htmltolatex/Makefile4
1 files changed, 2 insertions, 2 deletions
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