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-lineno | |
parent | 71cf2fc3d3c54377f7bbda5a8c3c35924f372f4e (diff) | |
download | ports-da816fb578cb426bfbc58d4ebe5700e21c431faf.tar.gz ports-da816fb578cb426bfbc58d4ebe5700e21c431faf.zip |
Notes
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 2cfe8329930b..f44cfb5e1c87 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 |