From da816fb578cb426bfbc58d4ebe5700e21c431faf Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Thu, 19 Aug 2004 17:31:31 +0000 Subject: - Fix dependencies. LaTeX packages now need to depend on print/teTeX-base, not print/teTeX. - Use share/texmf-local instead of share/texmf. - Some style fixes. Approved by: linimon (mentor) --- print/latex-biblist/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/latex-biblist/Makefile') 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 -- cgit v1.2.3