diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 8ed32e6bf344c307316970f423c63b17604b0161 (patch) | |
tree | 903729d776fdd8e9151364e6f7be0a9abefd351c /media-sound/mpg123 | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2 gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip |
Dependencie fixes
Diffstat (limited to 'media-sound/mpg123')
-rw-r--r-- | media-sound/mpg123/mpg123-0.59r.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/mpg123/mpg123-0.59r.ebuild b/media-sound/mpg123/mpg123-0.59r.ebuild index 583aaf84b0ba..35cbe6ff7b15 100644 --- a/media-sound/mpg123/mpg123-0.59r.ebuild +++ b/media-sound/mpg123/mpg123-0.59r.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/mpg123/mpg123-0.59r.ebuild,v 1.4 2000/11/02 02:17:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59r.ebuild,v 1.5 2001/05/28 05:24:13 achim Exp $ P=mpg123-0.59r A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Real Time mp3 player" SRC_URI="http://www.mpg123.de/mpg123/${A}" HOMEPAGE="http://www.mpg123.de/" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" src_unpack () { unpack ${A} @@ -21,14 +21,12 @@ src_unpack () { src_compile() { - cd ${S} try make linux-i486 } src_install () { - cd ${S} into /usr dobin mpg123 doman mpg123.1 |