diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-01 15:59:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-01 15:59:53 +0000 |
commit | c853d40b452efdbc295879e2d14ceb4215296104 (patch) | |
tree | ab52693c3e19308d4c3bac76097ff91f5e8c1303 /media-sound/sox | |
parent | *** empty log message *** (diff) | |
download | historical-c853d40b452efdbc295879e2d14ceb4215296104.tar.gz historical-c853d40b452efdbc295879e2d14ceb4215296104.tar.bz2 historical-c853d40b452efdbc295879e2d14ceb4215296104.zip |
Fixed alsa dependencie
Diffstat (limited to 'media-sound/sox')
-rw-r--r-- | media-sound/sox/sox-12.17.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/sox/sox-12.17.1.ebuild b/media-sound/sox/sox-12.17.1.ebuild index 276e98c8f474..556c8ce862d6 100644 --- a/media-sound/sox/sox-12.17.1.ebuild +++ b/media-sound/sox/sox-12.17.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.1.ebuild,v 1.7 2001/05/19 23:26:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.1.ebuild,v 1.8 2001/07/01 15:59:53 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="The swiss army knife of sound processing programs" SRC_URI="http://download.sourceforge.net/sox/${A}" HOMEPAGE="http://home.sprynet.com/~cgabwell/sox.html" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc virtual/alsa" src_compile() { local myconf |