diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-11 17:58:55 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-11 17:58:55 +0000 |
commit | 4e09def2d4cfcd05ede8b5671ca97a7f676654b2 (patch) | |
tree | 4e99b662e9edb02c504f73d22596ea702c0f3d31 /textproc/tex2im | |
parent | f88394af09ffce9250caa45347e357f79b0100ff (diff) |
Notes
Diffstat (limited to 'textproc/tex2im')
-rw-r--r-- | textproc/tex2im/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tex2im/Makefile b/textproc/tex2im/Makefile index 57152e78e946..58ff9bb092b8 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -18,7 +18,7 @@ COMMENT= Converts LaTeX formulas into high resolution pixmap graphics RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ bash:${PORTSDIR}/shells/bash -USE_TEX= tetex +USE_TEX= latex NO_BUILD= yes PLIST_FILES= bin/tex2im PORTEXAMPLES= example1.png example1.tex example2.png example2.tex \ |