diff options
author | 2003-06-09 17:38:03 +0000 | |
---|---|---|
committer | 2003-06-09 17:38:03 +0000 | |
commit | ab7c97d1d8faffacbd24c74f68ca80be703e10e9 (patch) | |
tree | 4d5bde8af5319a3243f1c6fda86e0f1434a27436 /app-office/lyx/lyx-1.3.2.ebuild | |
parent | Changed homepage, added symlinks for nirc, nicq, and nlily. (diff) | |
download | historical-ab7c97d1d8faffacbd24c74f68ca80be703e10e9.tar.gz historical-ab7c97d1d8faffacbd24c74f68ca80be703e10e9.tar.bz2 historical-ab7c97d1d8faffacbd24c74f68ca80be703e10e9.zip |
Fixing dependencies on chktex.
Diffstat (limited to 'app-office/lyx/lyx-1.3.2.ebuild')
-rw-r--r-- | app-office/lyx/lyx-1.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/lyx/lyx-1.3.2.ebuild b/app-office/lyx/lyx-1.3.2.ebuild index 7bd4c200e482..0ada7de38629 100644 --- a/app-office/lyx/lyx-1.3.2.ebuild +++ b/app-office/lyx/lyx-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2.ebuild,v 1.1 2003/05/13 02:28:56 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2.ebuild,v 1.2 2003/06/09 17:38:03 satai Exp $ DESCRIPTION="WYSIWYM frontend for LaTeX" SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2" @@ -22,14 +22,14 @@ RDEPEND="${DEPEND} app-text/xpdf virtual/aspell-dict app-text/gv - app-text/latex2html + dev-tex/latex2html media-gfx/imagemagick cups? ( virtual/lpr ) app-text/rcs dev-util/cvs app-text/sgmltools-lite app-text/noweb - app-text/chktex" + dev-tex/chktex" src_unpack() { unpack ${A} |