summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/eblook/eblook-1.6.1.ebuild')
-rw-r--r--app-dicts/eblook/eblook-1.6.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-dicts/eblook/eblook-1.6.1.ebuild b/app-dicts/eblook/eblook-1.6.1.ebuild
index 0971e0d6ae67..ccf269fd823f 100644
--- a/app-dicts/eblook/eblook-1.6.1.ebuild
+++ b/app-dicts/eblook/eblook-1.6.1.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-dicts/eblook/eblook-1.6.1.ebuild,v 1.2 2004/11/18 09:23:17 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.1.ebuild,v 1.3 2004/11/22 12:45:39 usata Exp $
IUSE=""
@@ -12,9 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
-RDEPEND=">=dev-libs/eb-3.3.4"
-DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.53"
+DEPEND=">=dev-libs/eb-3.3.4"
S="${WORKDIR}/${P%_*}"
@@ -24,7 +22,7 @@ src_compile() {
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
}