aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmltolatex
diff options
context:
space:
mode:
authorJosef El-Rayes <josef@FreeBSD.org>2004-12-05 15:35:48 +0000
committerJosef El-Rayes <josef@FreeBSD.org>2004-12-05 15:35:48 +0000
commiteb0257ff45c1d0eb041ee7724265d38f7b359531 (patch)
tree68a7129d1e0d714ebcfe567ef99355caa5b2bd8d /textproc/htmltolatex
parent48e8af51a45ae6c1f038a36da7ba5b6fc08ca25d (diff)
downloadports-eb0257ff45c1d0eb041ee7724265d38f7b359531.tar.gz
ports-eb0257ff45c1d0eb041ee7724265d38f7b359531.zip
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update. Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/74487 Approved by: mat Reviewed by: lofi
Notes
Notes: svn path=/head/; revision=123241
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r--textproc/htmltolatex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile
index 3455bb6fc978..c984cc7a3385 100644
--- a/textproc/htmltolatex/Makefile
+++ b/textproc/htmltolatex/Makefile
@@ -8,7 +8,7 @@
PORTNAME= htmltolatex
PORTVERSION= 1
-PORTREVISION= 2
+PORTREVISION= 3
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.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick
USE_BISON= yes
USE_GMAKE= yes