diff options
Diffstat (limited to 'media-sound/alsaplayer/alsaplayer-0.99.73.ebuild')
-rw-r--r-- | media-sound/alsaplayer/alsaplayer-0.99.73.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/alsaplayer/alsaplayer-0.99.73.ebuild b/media-sound/alsaplayer/alsaplayer-0.99.73.ebuild index 4104336aee57..905dab08ad3e 100644 --- a/media-sound/alsaplayer/alsaplayer-0.99.73.ebuild +++ b/media-sound/alsaplayer/alsaplayer-0.99.73.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.73.ebuild,v 1.3 2003/02/13 13:07:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.73.ebuild,v 1.4 2003/09/07 00:06:04 msterret Exp $ IUSE="nas nls esd opengl doc oss gtk oggvorbis alsa" @@ -22,7 +22,7 @@ DEPEND="alsa? ( media-libs/alsa-lib ) oggvorbis? ( media-libs/libvorbis ) >=media-libs/libmikmod-3.1.10 >=dev-libs/glib-1.2.10" - + RDEPEND="nls? ( sys-devel/gettext )" src_compile() { @@ -60,7 +60,7 @@ src_compile() { use sparc \ && myconf="${myconf} --enable-sparc" \ || myconf="${myconf} --disable-sparc" - + export CPPFLAGS="${CPPFLAGS} -I/usr/X11R6/include" econf \ @@ -71,7 +71,7 @@ src_compile() { } src_install() { - + einstall \ docdir=${D}/usr/share/doc/${P} |