diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-17 17:11:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-17 17:11:50 +0000 |
commit | 81e539afef52d1fe492221d076d41c7cc435d153 (patch) | |
tree | 60d0874f03bfdf54d4761c4b04d8903ff7a6c6f2 /media-libs/libsdl | |
parent | gnome-libs are required (diff) | |
download | gentoo-2-81e539afef52d1fe492221d076d41c7cc435d153.tar.gz gentoo-2-81e539afef52d1fe492221d076d41c7cc435d153.tar.bz2 gentoo-2-81e539afef52d1fe492221d076d41c7cc435d153.zip |
fixed syntax error in RDEPEND list
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.4.ebuild b/media-libs/libsdl/libsdl-1.2.4.ebuild index 4f8d19d70af0..6b3c733305eb 100644 --- a/media-libs/libsdl/libsdl-1.2.4.ebuild +++ b/media-libs/libsdl/libsdl-1.2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.4.ebuild,v 1.1 2002/04/17 11:48:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.4.ebuild,v 1.2 2002/04/17 17:11:50 seemant Exp $ S=${WORKDIR}/SDL-${PV} DESCRIPTION="Simple Direct Media Layer" @@ -20,7 +20,7 @@ RDEPEND=">=media-libs/audiofile-0.1.9 directfb? ( >=dev-libs/DirectFB-0.9.7 )" DEPEND="${RDEPEND} - dev-lang/nasm-0.98" + dev-lang/nasm" src_compile() { |