diff options
Diffstat (limited to 'textproc/tex2im/Makefile')
-rw-r--r-- | textproc/tex2im/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/tex2im/Makefile b/textproc/tex2im/Makefile index 9815828cdac0..913879c8be09 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -3,14 +3,14 @@ PORTNAME= tex2im PORTVERSION= 1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= http://www.nought.de/ MAINTAINER= TsurutaniNaoki@gmail.com COMMENT= Converts LaTeX formulas into high resolution pixmap graphics -RUN_DEPENDS= convert:graphics/ImageMagick \ +RUN_DEPENDS= convert:graphics/ImageMagick6 \ bash:shells/bash USE_TEX= latex |