diff options
Diffstat (limited to 'print/latex-bibtopic/Makefile')
-rw-r--r-- | print/latex-bibtopic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/latex-bibtopic/Makefile b/print/latex-bibtopic/Makefile index abbdc89e4c71..4e068176da4c 100644 --- a/print/latex-bibtopic/Makefile +++ b/print/latex-bibtopic/Makefile @@ -16,10 +16,10 @@ EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package allows several bibliographies in a document -BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \ - ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ - latex:${PORTSDIR}/print/teTeX -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ + ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ + ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal PLIST= ${WRKDIR}/pkg-plist |