diff options
author | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:32:39 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:32:39 +0000 |
commit | 12b0e5a0449dd2189ea49038d59a3d7109479b0e (patch) | |
tree | cce1d030347e0ca2b6864b3d7102673d1c59d974 /app-text | |
parent | Removing all the old latex packages, preparing for dev-tex. (diff) | |
download | historical-12b0e5a0449dd2189ea49038d59a3d7109479b0e.tar.gz historical-12b0e5a0449dd2189ea49038d59a3d7109479b0e.tar.bz2 historical-12b0e5a0449dd2189ea49038d59a3d7109479b0e.zip |
Fixing up some oddities.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/chktex/chktex-1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/chktex/chktex-1.5-r2.ebuild b/app-text/chktex/chktex-1.5-r2.ebuild index ce156678b363..1d4719ac5cfd 100644 --- a/app-text/chktex/chktex-1.5-r2.ebuild +++ b/app-text/chktex/chktex-1.5-r2.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-text/chktex/chktex-1.5-r2.ebuild,v 1.14 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5-r2.ebuild,v 1.15 2003/06/09 07:32:39 satai Exp $ SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/${P}.tar.gz" HOMEPAGE="http://www.nongnu.org/chktex/" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha" DEPEND="app-text/tetex dev-lang/perl sys-apps/groff - app-text/latex2html" + dev-tex/latex2html" src_compile() { [ -n "$DEBUG" ] && myconf="--enable-debug-info" || myconf="$myconf --disable-debug-info" |