diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-15 23:33:02 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-15 23:33:02 +0800 |
commit | 96fa8dc814e6cc33965cf8d238d6eae9d916b1d0 (patch) | |
tree | fd11f0555c103b639e599051ce3b366bce8fa6b7 /print | |
parent | ce3273d7451a450fd4b0ba71ce420c42ffba26b8 (diff) | |
download | freebsd-ports-gnome-96fa8dc814e6cc33965cf8d238d6eae9d916b1d0.tar.gz freebsd-ports-gnome-96fa8dc814e6cc33965cf8d238d6eae9d916b1d0.tar.zst freebsd-ports-gnome-96fa8dc814e6cc33965cf8d238d6eae9d916b1d0.zip |
Mark USE_TEX=texlive in TeXLive-specific ports.
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-base/Makefile | 3 | ||||
-rw-r--r-- | print/texlive-full/Makefile | 3 | ||||
-rw-r--r-- | print/texlive-infra/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-texmf/Makefile | 3 |
4 files changed, 4 insertions, 7 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 3fa0dac379b0..48c4d43c70c5 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -23,8 +23,7 @@ LIB_DEPENDS= icuio:${PORTSDIR}/devel/icu \ png15:${PORTSDIR}/graphics/png \ zzip:${PORTSDIR}/devel/zziplib -USE_TEX= web2c kpathsea ptexenc texhash -TEX_DEFAULT= texlive # override user configuration +USE_TEX= texlive web2c kpathsea ptexenc texhash USE_XZ= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile index 43faf3bed735..22dd6cb204aa 100644 --- a/print/texlive-full/Makefile +++ b/print/texlive-full/Makefile @@ -11,8 +11,7 @@ EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live, Full Version -USE_TEX= full texhash -TEX_DEFAULT= texlive +USE_TEX= texlive full texhash NO_BUILD= yes do-install: diff --git a/print/texlive-infra/Makefile b/print/texlive-infra/Makefile index 782fc625224f..4017cb44e980 100644 --- a/print/texlive-infra/Makefile +++ b/print/texlive-infra/Makefile @@ -12,7 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Basic TeXLive infrastructure USE_XZ= yes -USE_TEX= texmf +USE_TEX= texlive texmf NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 8990de0a942c..357166021fd7 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -13,8 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, texmf Tree USE_XZ= yes -USE_TEX= base texhash -TEX_DEFAULT= texlive # override user configuration +USE_TEX= texlive base texhash TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR} NO_BUILD= yes NO_WRKSRC= yes |