summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/bitscope/bitscope-1.1.ebuild')
-rw-r--r--media-sound/bitscope/bitscope-1.1.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/media-sound/bitscope/bitscope-1.1.ebuild b/media-sound/bitscope/bitscope-1.1.ebuild
index 5b541bcd3923..2e744aef3cbe 100644
--- a/media-sound/bitscope/bitscope-1.1.ebuild
+++ b/media-sound/bitscope/bitscope-1.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/media-sound/bitscope/bitscope-1.1.ebuild,v 1.4 2004/09/28 18:55:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bitscope/bitscope-1.1.ebuild,v 1.5 2004/09/28 19:28:23 eradicator Exp $
DESCRIPTION="A diagnosis tool for JACK audio software"
HOMEPAGE="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/"
@@ -13,14 +13,10 @@ KEYWORDS="amd64 x86 ~ppc ~sparc"
IUSE=""
RDEPEND="media-sound/jack-audio-connection-kit
- >=x11-libs/gtk+-2.0.0"
-
-DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.58
- >=sys-devel/automake-1.7.2"
+ >=x11-libs/gtk+-2"
src_install() {
- einstall || die "make install failed"
+ make DESTDIR="${D}" install || die
dodoc INSTALL README
dohtml doc/*png doc/index.html
}