diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-13 18:51:54 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-13 18:51:54 +0800 |
commit | fdefec9adf7e0f4fa53b3d01e854679cc532e116 (patch) | |
tree | c8f324d887a7f4844162bd3b1bef99070edac740 | |
parent | 7fa605b0f8e12fe30fc5e0a3e7b8cede75758978 (diff) | |
download | freebsd-ports-gnome-fdefec9adf7e0f4fa53b3d01e854679cc532e116.tar.gz freebsd-ports-gnome-fdefec9adf7e0f4fa53b3d01e854679cc532e116.tar.zst freebsd-ports-gnome-fdefec9adf7e0f4fa53b3d01e854679cc532e116.zip |
Use USE_TEX=full.
-rw-r--r-- | print/texlive-full/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile index 83511a780a97..43faf3bed735 100644 --- a/print/texlive-full/Makefile +++ b/print/texlive-full/Makefile @@ -11,7 +11,8 @@ EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live, Full Version -USE_TEX= texlive texhash +USE_TEX= full texhash +TEX_DEFAULT= texlive NO_BUILD= yes do-install: |