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/htmltolatex | |
parent | 99db5e3d3bc7f015d36e307870832367558690d5 (diff) | |
download | ports-0251314951e32c83040acf073edf5d16ce34ac81.tar.gz ports-0251314951e32c83040acf073edf5d16ce34ac81.zip |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
Notes
Notes:
svn path=/head/; revision=211761
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r-- | textproc/htmltolatex/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |