[Lunar-commits] <moonbase> texlive: fix overlap with t1utils
Paul Bredbury
brebs at lunar-linux.org
Sun Feb 20 07:01:37 CET 2011
commit 28cb2d94bd86c672ec0fa33a3aa20276977676c1
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Feb 20 13:01:37 2011 +0700
texlive: fix overlap with t1utils
---
doc-tools/texlive/DEPENDS | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/doc-tools/texlive/DEPENDS b/doc-tools/texlive/DEPENDS
index 955f505..a2814de 100644
--- a/doc-tools/texlive/DEPENDS
+++ b/doc-tools/texlive/DEPENDS
@@ -14,9 +14,6 @@ optional_depends "icu4c" "--with-system-icu" "--without-system-icu" "for ICU
# This will look like the wrong way around. It means whether to install texlive's own version of lcdf-typetools, or use the lcdf-typetools module from moonbase.
optional_depends "lcdf-typetools" "--disable-lcdf-typetools" "--enable-lcdf-typetools" "for Postscript support (if n, TeX Live's own version will be installed)"
-optional_depends "libX11" "" "--without-x" "for XOrg support (say n for e.g. framebuffer)"
+optional_depends "t1utils" "--disable-t1utils" "--enable-t1utils" "for Postscript font utils (if n, TeX Live's own version will be installed)"
-# Building xindy requires that texlive is *already* installed!
-# Otherwise: configure: error: LATEX is required to build xindy rules
-# Should have xindy as a separate module, from http://xindy.sourceforge.net/
-#optional_depends "clisp" "--enable-xindy" "--disable-xindy" "for xindy book-like indexes"
+optional_depends "libX11" "" "--without-x" "for XOrg support (say n for e.g. framebuffer)"
More information about the Lunar-commits
mailing list