diff options
Diffstat (limited to 'app-misc/tdl/tdl-1.5.2.ebuild')
-rw-r--r-- | app-misc/tdl/tdl-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tdl/tdl-1.5.2.ebuild b/app-misc/tdl/tdl-1.5.2.ebuild index 0b94f8749525..da596942742c 100644 --- a/app-misc/tdl/tdl-1.5.2.ebuild +++ b/app-misc/tdl/tdl-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.3 2004/04/17 15:09:39 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.4 2004/05/17 15:21:34 usata Exp $ inherit eutils flag-o-matic @@ -19,7 +19,7 @@ RDEPEND=">=sys-libs/readline-4.3 DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( app-text/tetex )" + doc? ( virtual/tetex )" src_compile() { local myconf="--prefix=/usr" |