diff options
Diffstat (limited to 'media-sound/audacity/audacity-1.0.0.ebuild')
-rw-r--r-- | media-sound/audacity/audacity-1.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/audacity/audacity-1.0.0.ebuild b/media-sound/audacity/audacity-1.0.0.ebuild index 1d4c4d9e4dc2..baffacef02e2 100644 --- a/media-sound/audacity/audacity-1.0.0.ebuild +++ b/media-sound/audacity/audacity-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.0.0.ebuild,v 1.5 2002/07/19 12:27:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.0.0.ebuild,v 1.6 2002/08/09 18:45:44 raker Exp $ DESCRIPTION="A free, crossplatform audio editor." SRC_URI="mirror://sourceforge/audacity/audacity-src-1.0.0.tgz" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="x86" # doesn't compile with wxGTK-2.3.2 -DEPEND="=x11-libs/wxGTK-2.2.9 +DEPEND="~x11-libs/wxGTK-2.2.9 oggvorbis? ( media-libs/libvorbis )" src_compile() { @@ -25,7 +25,7 @@ src_compile() { cd ${WORKDIR}/audacity-src-1.0.0 ./configure --prefix=/usr $myconf || die - emake || die + make || die } src_install () { |