From 4e09def2d4cfcd05ede8b5671ca97a7f676654b2 Mon Sep 17 00:00:00 2001 From: Hiroki Sato 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. --- security/libtomcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/libtomcrypt') diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index b7e9b11b3754..189443c33d66 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -47,7 +47,7 @@ CFLAGS+= -DGMP_DESC .endif .if ${PORT_OPTIONS:MDOCS} -USE_TEX= tetex +USE_TEX= latex:build PORTDOCS= * .else MAKE_ARGS+= NODOCS=yes -- cgit v1.2.3