diff options
Diffstat (limited to 'app-misc/ithought/ithought-0.0.5-r1.ebuild')
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index a3495452aad2..6c0fd5a883af 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r1.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/ithought/ithought-0.0.5-r1.ebuild,v 1.7 2002/10/04 04:55:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.8 2002/10/17 00:14:17 vapier Exp $ #emerge doesn't yet support things like a5 @@ -16,13 +16,14 @@ KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2* dev-libs/libxml2" +RDEPEND="${DEPEND}" src_compile() { econf || die emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } |