diff options
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.4-r2.ebuild')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.4-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.4-r2.ebuild b/media-libs/libsdl/libsdl-1.2.4-r2.ebuild index 21af2b451607..6a4452b58319 100644 --- a/media-libs/libsdl/libsdl-1.2.4-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.4-r2.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-r2.ebuild,v 1.1 2002/04/23 02:20:28 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.4-r2.ebuild,v 1.2 2002/06/08 12:57:44 seemant Exp $ S=${WORKDIR}/SDL-${PV} DESCRIPTION="Simple Direct Media Layer" @@ -22,6 +22,7 @@ RDEPEND=">=media-libs/audiofile-0.1.9 DEPEND="${RDEPEND} dev-lang/nasm" +LICENSE="LGPL" src_compile() { local myconf |