diff options
author | hrs <hrs@FreeBSD.org> | 2004-08-20 01:31:31 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-08-20 01:31:31 +0800 |
commit | b40aa5e441e1f6b852722a17aefa21191b491cb2 (patch) | |
tree | 1411820dff543dc2f91b68cfc69529f1292950da /print/latex-lineno | |
parent | b1e1ac33b6fc40627bd0f8bc0c835529e5642df1 (diff) | |
download | freebsd-ports-graphics-b40aa5e441e1f6b852722a17aefa21191b491cb2.tar.gz freebsd-ports-graphics-b40aa5e441e1f6b852722a17aefa21191b491cb2.tar.zst freebsd-ports-graphics-b40aa5e441e1f6b852722a17aefa21191b491cb2.zip |
- 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)
Diffstat (limited to 'print/latex-lineno')
-rw-r--r-- | print/latex-lineno/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/latex-lineno/Makefile b/print/latex-lineno/Makefile index 2cfe8329930..f44cfb5e1c8 100644 --- a/print/latex-lineno/Makefile +++ b/print/latex-lineno/Makefile @@ -16,9 +16,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= A LaTeX package that provides line numbers on paragraphs -BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \ +BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal -RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \ +RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal NO_BUILD= yes |