diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-28 07:42:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-28 07:42:15 +0800 |
commit | b0ed954f0d2457427cd9fecdb5d238227f61c7b6 (patch) | |
tree | def1adf8fc878340fb956edf3a86685c5e981c93 /print | |
parent | 4f93e04dcc4d67469ca09061aaccaa2c31cd5090 (diff) | |
download | freebsd-ports-gnome-b0ed954f0d2457427cd9fecdb5d238227f61c7b6.tar.gz freebsd-ports-gnome-b0ed954f0d2457427cd9fecdb5d238227f61c7b6.tar.zst freebsd-ports-gnome-b0ed954f0d2457427cd9fecdb5d238227f61c7b6.zip |
Support stage
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-formats/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index 10d336d2697b..91b046524e97 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -13,13 +13,11 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Formats for Basic TeX Engines NO_BUILD= yes +NO_INSTALL= yes + USE_TEX= texlive web2c kpathsea texmf texhash fmtutil TEXHASHDIRS= ${TEXMFVARDIR} TEX_FORMATS= amstex context cslatex eplain latex-bin \ metafont mex mltex mptopdf pdftex tex texsis -NO_STAGE= yes -do-install: - @${DO_NADA} - .include <bsd.port.mk> |