mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Ensure noone set anything else that texlive as TEX_DEFAULT for now
This commit is contained in:
parent
4d83618c11
commit
2fd7819495
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363692
@ -52,6 +52,10 @@ TEX_MAINTAINER= hrs@FreeBSD.org
|
||||
# default TeX distribution. "texlive"
|
||||
TEX_DEFAULT?= texlive
|
||||
|
||||
.if ${TEX_DEFAULT} != texlive
|
||||
IGNORE= Only 'texlive' is supported as value for TEX_DEFAULT
|
||||
.endif
|
||||
|
||||
TEXMFDIR?= share/texmf
|
||||
TEXMFDISTDIR?= share/texmf-dist
|
||||
TEXMFLOCALDIR?= share/texmf-local
|
||||
|
Loading…
Reference in New Issue
Block a user