diff options
-rw-r--r-- | print/texlive-base/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-texmf/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 22e32d2c15a..8afc19e1044 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libicuio.so:${PORTSDIR}/devel/icu \ CONFLICTS_INSTALL= texlive-texmf-201[234]* USE_TEX= web2c kpathsea ptexenc tlmgr texhash-bootstrap -USES= ghostscript gmake pkgconfig perl5 shebangfix tar:xz +USES= ghostscript pkgconfig perl5 shebangfix tar:xz USE_PERL5= run USE_LDCONFIG= yes # during build phase gnu configure is run a lot diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 96657e83f88..80f251a713b 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -19,7 +19,7 @@ CONFLICTS_INSTALL= texlive-base-201[234]* \ texlive-texmf-201[234]* USES= tar:xz -USE_TEX= base:extract,build,run tlmgr:run texhash +USE_TEX= basic:extract base tlmgr:run texhash TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR} NO_BUILD= yes NO_WRKSRC= yes |