aboutsummaryrefslogtreecommitdiff
path: root/print/tex-formats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-formats/Makefile')
-rw-r--r--print/tex-formats/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile
index 17638dc52f99..e236865b19a7 100644
--- a/print/tex-formats/Makefile
+++ b/print/tex-formats/Makefile
@@ -1,6 +1,5 @@
PORTNAME= formats
-PORTVERSION= 20150521
-PORTREVISION= 2
+PORTVERSION= ${TEXLIVE_VERSION}
CATEGORIES= print
MASTER_SITES= #empty
PKGNAMEPREFIX= tex-
@@ -10,13 +9,14 @@ EXTRACT_ONLY= #empty
MAINTAINER= tex@FreeBSD.org
COMMENT= Formats for basic TeX engines and the 'latex' command
+USE_TEX= basic fmtutil texhash texmf web2c
+
NO_ARCH= yes
NO_BUILD= yes
NO_INSTALL= yes
-USE_TEX= web2c basic texmf fmtutil texhash
TEXHASHDIRS= ${TEXMFVARDIR}
-TEX_FORMATS= amstex context cslatex csplain eplain latex-bin \
- metafont mex mptopdf pdftex tex
+TEX_FORMATS= amstex context csplain eplain latex-bin metafont mex mptopdf \
+ tex
.include <bsd.port.mk>