summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-10-04 16:36:18 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-10-04 16:36:18 +0000
commit8c426a761bb33bedcc86535f8b328d629a1a350e (patch)
treea7555ad7304ad52096aef8645349964a7261006a /textproc/htmltolatex
parentUpdate to 5.5.7-11. [1] (diff)
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly.
Notes
Notes: svn path=/head/; revision=90258
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r--textproc/htmltolatex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile
index 910c757c3808..d526f2342c3f 100644
--- a/textproc/htmltolatex/Makefile
+++ b/textproc/htmltolatex/Makefile
@@ -8,6 +8,7 @@
PORTNAME= htmltolatex
PORTVERSION= 1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
http://people.FreeBSD.org/~foxfair/distfiles/
@@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML to LaTeX to PDF Converter
-LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick
USE_BISON= yes
USE_GMAKE= yes