diff options
author | hrs <hrs@FreeBSD.org> | 2006-06-30 02:52:16 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-06-30 02:52:16 +0800 |
commit | 1f8d0820bfaff7065208549fcbd233e47f815c2c (patch) | |
tree | a36035dbb91f41adbd6b694bfa037b37bd3e2b66 /print | |
parent | 3d82d10d813a6ad2b928e1ae4afd92e4b8ca78d0 (diff) | |
download | freebsd-ports-graphics-1f8d0820bfaff7065208549fcbd233e47f815c2c.tar.gz freebsd-ports-graphics-1f8d0820bfaff7065208549fcbd233e47f815c2c.tar.zst freebsd-ports-graphics-1f8d0820bfaff7065208549fcbd233e47f815c2c.zip |
- Add dependency on print/cm-super.
- Bump PORTREVISION.
Diffstat (limited to 'print')
-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 6a8be8b39b0..c83e73004dc 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 |