diff options
Diffstat (limited to 'print/teTeX')
-rw-r--r-- | print/teTeX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 752bc7f58e59..dc22c3cbdfa3 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -7,7 +7,7 @@ PORTNAME= teTeX PORTVERSION= 2.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -19,6 +19,7 @@ COMMENT= A meta port for teTeX suite RUN_DEPENDS= ${TETEX_MODESW}:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/share/texmf/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ latex:${PORTSDIR}/print/teTeX-base \ + ${LOCALBASE}/share/texmf-local/tex/latex/base/latex.ltx:${PORTSDIR}/print/teTeX-latex2e \ dvips:${PORTSDIR}/print/dvipsk-tetex \ xdvi:${PORTSDIR}/print/xdvik |