From 721e5776c957ada07a0d148f5fc3e782a251e6dc Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 19 Dec 2022 08:35:46 -0600 Subject: Mk/**tex.mk: Convert bsd.tex.mk to USES=tex - Update all the consumers to use USES=tex - USE_TEX=yes is the old way of writing USES=tex which has been removed and replaced in all ports - Almost all of the USE_TEX features remains unchanged - Some consumers had the same variables defined both in the mk infrastructure and also in the ports which have been removed from the ports as those are redundant. In case any of the consumers are failing to build please make sure that the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no longer load the required VARS for tex and related dependencies. Reviewed by: portmgr Approved by: portmgr (blanket) --- science/code_saturne/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'science/code_saturne') diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index f26fe6722f13..f4c0d88a3ffc 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -100,6 +100,7 @@ CONFIGURE_ARGS+= --disable-openmp .endif .if ${PORT_OPTIONS:MDOCS} +USES+= tex USE_TEX= tex:build BUILD_DEPENDS+= fig2dev:print/fig2dev \ doxygen:devel/doxygen \ -- cgit v1.2.3