diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-19 17:31:31 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-19 17:31:31 +0000 |
commit | da816fb578cb426bfbc58d4ebe5700e21c431faf (patch) | |
tree | a0fd9b37ee88d70212ced4a42375a90168741229 /print/latex-booktabs | |
parent | 71cf2fc3d3c54377f7bbda5a8c3c35924f372f4e (diff) | |
download | ports-da816fb578cb426bfbc58d4ebe5700e21c431faf.tar.gz ports-da816fb578cb426bfbc58d4ebe5700e21c431faf.zip |
Notes
Diffstat (limited to 'print/latex-booktabs')
-rw-r--r-- | print/latex-booktabs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/latex-booktabs/Makefile b/print/latex-booktabs/Makefile index 38120f8bee74..97982fa5de5b 100644 --- a/print/latex-booktabs/Makefile +++ b/print/latex-booktabs/Makefile @@ -16,9 +16,10 @@ EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package for publication quality tables -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 |