diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 13:44:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 13:44:38 +0000 |
commit | 5d7cc130e65709cfcffb3d79b910c847c6fa9b2d (patch) | |
tree | 74154fe21cd6ee934d31656aed4888c9a576d6b4 /print/Makefile | |
parent | Add NO_PACKAGE since this port is heavely depended on (diff) |
Add latex-biblist 1.4.19920113,
biblist is a LaTeX style to create a typeset listing of a
(possibly large) BibTeX input file. With such large files --
especially, if the cite keys are long -- the needed string
space is often exceeded.
PR: ports/61923
Submitted by: hrs@FreeBSD.org
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 5eac682a685d..f485a3a50bb2 100644 --- a/print/Makefile +++ b/print/Makefile @@ -93,6 +93,7 @@ SUBDIR += kover SUBDIR += latex SUBDIR += latex-beamer + SUBDIR += latex-biblist SUBDIR += latex-bibtopic SUBDIR += latex-bibunits SUBDIR += latex-caption |