diff options
Diffstat (limited to 'print/latex-biblist/Makefile')
-rw-r--r-- | print/latex-biblist/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/latex-biblist/Makefile b/print/latex-biblist/Makefile index 14ac7cb9b183..a7049f436b52 100644 --- a/print/latex-biblist/Makefile +++ b/print/latex-biblist/Makefile @@ -16,9 +16,10 @@ EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package for printing all of a BibTeX database entries -BUILD_DEPENDS= mktexlsr:${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 -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX NO_BUILD= YES PLIST= ${WRKDIR}/pkg-plist |