diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-20 21:51:26 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-20 21:51:26 +0000 |
commit | 1eb4025eb9bc83b3bdfdedfbbc84f731b252ed1b (patch) | |
tree | 6c96f9fde648a2161c78711d0eb7ba118cc26717 | |
parent | 753d99d99027e0b98df3a5159f9d0e78206eeaac (diff) | |
download | ports-1eb4025eb9bc83b3bdfdedfbbc84f731b252ed1b.tar.gz ports-1eb4025eb9bc83b3bdfdedfbbc84f731b252ed1b.zip |
Notes
-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 |