summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/abook')
-rw-r--r--app-misc/abook/abook-0.4.17.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/abook/abook-0.4.17.ebuild b/app-misc/abook/abook-0.4.17.ebuild
index eb66116a607a..d321a0281d45 100644
--- a/app-misc/abook/abook-0.4.17.ebuild
+++ b/app-misc/abook/abook-0.4.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.4.17.ebuild,v 1.1 2002/08/18 21:11:49 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.4.17.ebuild,v 1.2 2002/10/17 00:27:13 vapier Exp $
DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
HOMEPAGE="http://abook.sourceforge.net/"
@@ -9,6 +9,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="sys-libs/ncurses"
+RDEPEND="${DEPEND}"
S=${WORKDIR}/${P}
@@ -23,6 +24,6 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
}