diff options
Diffstat (limited to 'print/texvc/Makefile')
-rw-r--r-- | print/texvc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/texvc/Makefile b/print/texvc/Makefile index 83d040a403a4..83e23086fef4 100644 --- a/print/texvc/Makefile +++ b/print/texvc/Makefile @@ -30,9 +30,8 @@ RASTER_DESC= rasterization support .if ${PORT_OPTIONS:MRASTER} USE_GHOSTSCRIPT_RUN= yes -USE_TEX= tetex -RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex \ - convert:${PORTSDIR}/graphics/ImageMagick +USE_TEX= latex dvipsk +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif do-install: |