diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-05 11:57:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-05 11:57:35 +0800 |
commit | 9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d (patch) | |
tree | 596c373cb5b0e1b46054a2fc5000be8e97caa3ca /textproc | |
parent | 2163e4be9b6582fba21140d86d38b25ae68a90d4 (diff) | |
download | freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.gz freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.zst freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.zip |
Chase libversion bumb to libMagick.so.9
PR: ports/91270
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmltolatex/Makefile | 4 | ||||
-rw-r--r-- | textproc/tex2im/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 673892d2a50d..754c8ca576c3 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -8,7 +8,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 4 +PORTREVISION= 5 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.8:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick USE_BISON= yes USE_GMAKE= yes diff --git a/textproc/tex2im/Makefile b/textproc/tex2im/Makefile index cd5395120273..f08a60a0499d 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -8,6 +8,7 @@ PORTNAME= tex2im PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.nought.de/ |