diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-18 22:54:31 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-18 22:54:31 +0000 |
commit | bd110f37c6519511da098fec115205b730b8e9d9 (patch) | |
tree | ad4b7982b4c52599e091407924d1d74a62a13c8e /print | |
parent | cf82029e7ebd5735cf56702c5f8b594e500fccd5 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-aleph/Makefile | 2 | ||||
-rw-r--r-- | print/tex-dvipdfmx/Makefile | 2 | ||||
-rw-r--r-- | print/tex-dvipsk/Makefile | 2 | ||||
-rw-r--r-- | print/tex-formats/Makefile | 2 | ||||
-rw-r--r-- | print/tex-jadetex/Makefile | 2 | ||||
-rw-r--r-- | print/tex-luatex/Makefile | 2 | ||||
-rw-r--r-- | print/tex-xdvik/Makefile | 2 | ||||
-rw-r--r-- | print/tex-xetex/Makefile | 2 | ||||
-rw-r--r-- | print/tex-xmltex/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/print/tex-aleph/Makefile b/print/tex-aleph/Makefile index 48092d1f2d0a..be3aba0fe6f6 100644 --- a/print/tex-aleph/Makefile +++ b/print/tex-aleph/Makefile @@ -16,7 +16,7 @@ COMMENT= TeX Engine including Omega and e-TeX features USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= texlive kpathsea web2c texmf formats fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile index 6e7c762db604..a7f164df41c4 100644 --- a/print/tex-dvipdfmx/Makefile +++ b/print/tex-dvipdfmx/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:${PORTSDIR USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf texhash +USE_TEX= texlive kpathsea web2c texmf texhash TEXHASHDIR= ${TEXMFDISTDIR} ${TEXMFDIR} USES= pkgconfig EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} diff --git a/print/tex-dvipsk/Makefile b/print/tex-dvipsk/Makefile index 4f6c81f791f8..7b424778db11 100644 --- a/print/tex-dvipsk/Makefile +++ b/print/tex-dvipsk/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf texhash +USE_TEX= texlive kpathsea web2c texmf texhash TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index 717a1c2275fa..b91f5231a0c4 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -12,7 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Formats for Basic TeX Engines NO_BUILD= yes -USE_TEX= web2c kpathsea texmf texhash fmtutil +USE_TEX= texlive web2c kpathsea texmf texhash fmtutil TEXHASHDIRS= ${TEXMFVARDIR} TEX_FORMATS= amstex context cslatex eplain latex-bin \ metafont mex mltex mptopdf pdftex tex texsis diff --git a/print/tex-jadetex/Makefile b/print/tex-jadetex/Makefile index aae4b5c052ea..f00fa7da05a0 100644 --- a/print/tex-jadetex/Makefile +++ b/print/tex-jadetex/Makefile @@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= TeX backend for Jade, DSSSL processor for SGML/XML documents USE_XZ= yes -USE_TEX= texmf pdftex xmltex fmtutil +USE_TEX= texlive texmf pdftex xmltex fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \ diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index 5faa6a19dff9..daee0f328181 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= texlive kpathsea web2c texmf formats fmtutil EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ diff --git a/print/tex-xdvik/Makefile b/print/tex-xdvik/Makefile index 6af415505964..7dcee076fba0 100644 --- a/print/tex-xdvik/Makefile +++ b/print/tex-xdvik/Makefile @@ -14,7 +14,7 @@ COMMENT= DVI Previewer(kpathsearch) for X LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ paper:${PORTSDIR}/print/libpaper -USE_TEX= web2c kpathsea texmf texhash +USE_TEX= texlive web2c kpathsea texmf texhash TEXHASHDIRS= ${TEXMFDIR} USE_MOTIF= yes USE_GMAKE= yes diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index d05573ef3117..ece21f378f48 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= texlive kpathsea web2c texmf formats fmtutil EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ diff --git a/print/tex-xmltex/Makefile b/print/tex-xmltex/Makefile index ee3bb25f34a7..93a0da39b2f0 100644 --- a/print/tex-xmltex/Makefile +++ b/print/tex-xmltex/Makefile @@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Non-validating XML parser, written in TeX USE_XZ= yes -USE_TEX= texmf pdftex fmtutil +USE_TEX= texlive texmf pdftex fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \ |