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 3c2a1dbbf7d4..9df1be9be6c2 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.nought.de/ MAINTAINER= TsurutaniNaoki@gmail.com COMMENT= Converts LaTeX formulas into high resolution pixmap graphics -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= convert:graphics/ImageMagick \ + bash:shells/bash USE_TEX= latex NO_BUILD= yes |