diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 23:17:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 23:17:34 +0000 |
commit | 23980957c08b81cd4d814ab00b1638786573f173 (patch) | |
tree | 05d19ac76e0c97f6473e3d62d511d1e94b7b5e8f /media-libs/sdlmm | |
parent | remove local disable-final since we now have it in an eclass (diff) | |
download | gentoo-2-23980957c08b81cd4d814ab00b1638786573f173.tar.gz gentoo-2-23980957c08b81cd4d814ab00b1638786573f173.tar.bz2 gentoo-2-23980957c08b81cd4d814ab00b1638786573f173.zip |
homepage fixed
Diffstat (limited to 'media-libs/sdlmm')
-rw-r--r-- | media-libs/sdlmm/sdlmm-0.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdlmm/sdlmm-0.1.8.ebuild b/media-libs/sdlmm/sdlmm-0.1.8.ebuild index a529c512d9e1..93db4b3166cc 100644 --- a/media-libs/sdlmm/sdlmm-0.1.8.ebuild +++ b/media-libs/sdlmm/sdlmm-0.1.8.ebuild @@ -1,12 +1,12 @@ # Copyriht 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdlmm/sdlmm-0.1.8.ebuild,v 1.3 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdlmm/sdlmm-0.1.8.ebuild,v 1.4 2002/07/12 23:17:34 seemant Exp $ MY_P="${P/sdl/SDL}" S=${WORKDIR}/${MY_P} DESCRIPTION="A C++ Wrapper for the Simple DirectMedia Layer" SRC_URI="mirror://sourceforge/sdlmm/${MY_P}.tar.bz2" -HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/index.html" +HOMEPAGE="http://sdlmm.sourceforge.net/" DEPEND=">=media-libs/libsdl-1.2.4" src_compile() { |