aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-19 14:35:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-19 14:44:58 +0000
commit721e5776c957ada07a0d148f5fc3e782a251e6dc (patch)
tree07ef1561e68ff0e579371a2599760d8de5a630aa /japanese
parent1bcf2a7fcb3e715eded0aad351c04019434fa446 (diff)
downloadports-721e5776c957ada07a0d148f5fc3e782a251e6dc.tar.gz
ports-721e5776c957ada07a0d148f5fc3e782a251e6dc.zip
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)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ja-tex-xdvik/Makefile2
-rw-r--r--japanese/latex-jlisting/Makefile1
-rw-r--r--japanese/tex-ptex/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/japanese/ja-tex-xdvik/Makefile b/japanese/ja-tex-xdvik/Makefile
index 25e62a3d3e6a..47d4e73bc174 100644
--- a/japanese/ja-tex-xdvik/Makefile
+++ b/japanese/ja-tex-xdvik/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpaper.so:print/libpaper
RUN_DEPENDS= tex-dvipsk>=5.995:print/tex-dvipsk
-USES= iconv motif pkgconfig xorg
+USES= iconv motif pkgconfig tex xorg
USE_TEX= kpathsea texhash texmf web2c
USE_XORG= ice sm x11 xi xmu xpm xt
diff --git a/japanese/latex-jlisting/Makefile b/japanese/latex-jlisting/Makefile
index c7de5d98c038..da728eee5729 100644
--- a/japanese/latex-jlisting/Makefile
+++ b/japanese/latex-jlisting/Makefile
@@ -9,6 +9,7 @@ MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= Support for Japanese text within lstlisting environment
WWW= https://sourceforge.jp/projects/mytexpert/
+USES= tex
NO_BUILD= yes
USE_TEX= latex texhash
JLDIR= ${TEXMFLOCALDIR}/tex/latex/jlisting
diff --git a/japanese/tex-ptex/Makefile b/japanese/tex-ptex/Makefile
index fd6f3c7695c4..29b4e97f25e8 100644
--- a/japanese/tex-ptex/Makefile
+++ b/japanese/tex-ptex/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= tex@FreeBSD.org
COMMENT= ASCII Japanese pTeX
WWW= https://ctan.org/pkg/ptex
-USES= localbase tar:xz perl5 pkgconfig
+USES= localbase tar:xz perl5 pkgconfig tex
USE_TEX= kpathsea web2c ptexenc texmf formats fmtutil
TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFVARDIR}
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}