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 3cd9f435fe61..c284713270d7 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -8,7 +8,7 @@ PORTNAME= tex2im PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.nought.de/ @@ -17,7 +17,7 @@ COMMENT= Converts LaTeX formulas into high resolution pixmap graphics RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ latex:${PORTSDIR}/print/teTeX \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash NO_BUILD= yes |