Date: Mon, 13 May 2013 10:51:54 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318067 - head/print/texlive-full Message-ID: <201305131051.r4DApsHo071009@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Mon May 13 10:51:54 2013 New Revision: 318067 URL: http://svnweb.freebsd.org/changeset/ports/318067 Log: Use USE_TEX=full. Modified: head/print/texlive-full/Makefile Modified: head/print/texlive-full/Makefile ============================================================================== --- head/print/texlive-full/Makefile Mon May 13 10:35:53 2013 (r318066) +++ head/print/texlive-full/Makefile Mon May 13 10:51:54 2013 (r318067) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131051.r4DApsHo071009>