summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/videoteco')
-rw-r--r--app-editors/videoteco/videoteco-4.69.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/videoteco/videoteco-4.69.ebuild b/app-editors/videoteco/videoteco-4.69.ebuild
index 7c08183ecf38..a4f037a69321 100644
--- a/app-editors/videoteco/videoteco-4.69.ebuild
+++ b/app-editors/videoteco/videoteco-4.69.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/videoteco-4.69.ebuild,v 1.8 2004/06/24 22:02:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/videoteco-4.69.ebuild,v 1.9 2004/06/27 22:20:00 vapier Exp $
inherit eutils
@@ -13,7 +13,8 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha x86"
IUSE=""
-DEPEND="virtual/glibc
+
+DEPEND="virtual/libc
sys-libs/libtermcap-compat"
S=${WORKDIR}/teco_4_69
@@ -25,7 +26,6 @@ src_compile() {
}
src_install() {
- insinto /usr/bin
- dobin teco
+ dobin teco || die
dodoc README RELEASE_NOTES
}