diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 06:52:29 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 06:52:29 +0000 |
commit | 9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f (patch) | |
tree | 2d4eaef5cb4bd472aa4c5e179e411b0f912dfa7d /media-video/avidemux/avidemux-2.0.20.ebuild | |
parent | autoconf fix (Manifest recommit) (diff) | |
download | gentoo-2-9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f.tar.gz gentoo-2-9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f.tar.bz2 gentoo-2-9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f.zip |
autoconf fix
Diffstat (limited to 'media-video/avidemux/avidemux-2.0.20.ebuild')
-rw-r--r-- | media-video/avidemux/avidemux-2.0.20.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-video/avidemux/avidemux-2.0.20.ebuild b/media-video/avidemux/avidemux-2.0.20.ebuild index c2ec6ae4b5cd..4f745ce3917e 100644 --- a/media-video/avidemux/avidemux-2.0.20.ebuild +++ b/media-video/avidemux/avidemux-2.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.0.20.ebuild,v 1.2 2004/01/26 00:49:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/avidemux-2.0.20.ebuild,v 1.3 2004/01/30 06:48:48 drobbins Exp $ inherit eutils flag-o-matic @@ -14,7 +14,7 @@ SLOT="2" KEYWORDS="~x86 ~ppc" IUSE="debug nls oggvorbis arts truetype alsa" -DEPEND="virtual/x11 +RDEPEND="virtual/x11 media-sound/mad >=media-libs/a52dec-0.7.4 >=media-sound/lame-3.93 @@ -32,6 +32,8 @@ DEPEND="virtual/x11 alsa? ( >=media-libs/alsa-lib-0.9.1 )" # media-sound/toolame is supported as well +DEPEND="$RDEPEND >=sys-devel/autoconf-2.58" + S=${WORKDIR}/${MY_P} src_compile() { |