diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-05-25 10:25:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-05-25 10:25:18 +0000 |
commit | 5b752da53d669af9bb23752378808aad35824600 (patch) | |
tree | 5018ff274e104cc61b1fd5dc57f9b3f75a67c90a /print/teTeX-texmf | |
parent | 43b5286c674fc54d99f1ee35bceee5e95841e0e2 (diff) |
Notes
Diffstat (limited to 'print/teTeX-texmf')
-rw-r--r-- | print/teTeX-texmf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile index d9cddff6f7f3..4e92d0cfac00 100644 --- a/print/teTeX-texmf/Makefile +++ b/print/teTeX-texmf/Makefile @@ -19,10 +19,10 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Thomas Esser's distribution of TeX & friends (texmf tree) BUILD_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ - ${LOCALBASE}/share/fonts/cmpsfont/README:${PORTSDIR}/print/cmpsfont \ + ${LOCALBASE}/share/fonts/cmpsfont/READ.ME:${PORTSDIR}/print/cmpsfont \ ${LOCALBASE}/share/fonts/amspsfont/READ.ME:${PORTSDIR}/print/amspsfnt RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ - ${LOCALBASE}/share/fonts/cmpsfont/README:${PORTSDIR}/print/cmpsfont \ + ${LOCALBASE}/share/fonts/cmpsfont/READ.ME:${PORTSDIR}/print/cmpsfont \ ${LOCALBASE}/share/fonts/amspsfont/READ.ME:${PORTSDIR}/print/amspsfnt CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* \ |