From 514b35c5ff85906bace4b99b5298bb03779d8082 Mon Sep 17 00:00:00 2001 From: hrs Date: Sat, 11 May 2013 17:58:55 +0000 Subject: Rectify USE_TEX to support both of teTeX and TeXLive. TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. --- editors/zim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/zim') diff --git a/editors/zim/Makefile b/editors/zim/Makefile index bda8fa7140d2..0690923c4dcc 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -38,7 +38,7 @@ DITAA_DESC= Diagram editor support RUN_DEPENDS+= R:${PORTSDIR}/math/R .endif .if ${PORT_OPTIONS:MLATEX} -USE_TEX= tetex +USE_TEX= latex .endif .if ${PORT_OPTIONS:MGRAPHVIZ} RUN_DEPENDS+= fdp:${PORTSDIR}/graphics/graphviz -- cgit