diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-06-29 18:52:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-06-29 18:52:16 +0000 |
commit | 2765fc49d2e71892357d69c199c8b9c3858420e2 (patch) | |
tree | 4a0b83de5f4eba203381efa07c02f3b8b31ddc32 /print/teTeX | |
parent | 4e3dbf1bf787ba364d4c65c500c8c7a209022a15 (diff) | |
download | ports-2765fc49d2e71892357d69c199c8b9c3858420e2.tar.gz ports-2765fc49d2e71892357d69c199c8b9c3858420e2.zip |
Notes
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 6a8be8b39b04..c83e73004dc7 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -7,7 +7,7 @@ PORTNAME= teTeX PORTVERSION= 3.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -19,6 +19,7 @@ COMMENT= A meta port for teTeX suite RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf \ latex:${PORTSDIR}/print/teTeX-base \ + ${LOCALBASE}/share/fonts/cm-super/README:${PORTSDIR}/print/cm-super \ dvips:${PORTSDIR}/print/dvipsk-tetex \ xdvi:${PORTSDIR}/print/xdvik |