diff options
author | 2005-09-19 18:19:32 +0000 | |
---|---|---|
committer | 2005-09-19 18:19:32 +0000 | |
commit | 036118f0d2c45a8aaac130a3e3120ec68dd5b1d0 (patch) | |
tree | 5c2154e935bb81e9e1f991e5dcd6ee25a5447a0f /sci-astronomy/stellarium | |
parent | Stable on ppc64 (bug #106421) (diff) | |
download | gentoo-2-036118f0d2c45a8aaac130a3e3120ec68dd5b1d0.tar.gz gentoo-2-036118f0d2c45a8aaac130a3e3120ec68dd5b1d0.tar.bz2 gentoo-2-036118f0d2c45a8aaac130a3e3120ec68dd5b1d0.zip |
needs media-libs/sdl-mixer
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-astronomy/stellarium')
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/stellarium/stellarium-0.7.1.ebuild b/sci-astronomy/stellarium/stellarium-0.7.1.ebuild index 8bfa207a440c..c59788326dd9 100644 --- a/sci-astronomy/stellarium/stellarium-0.7.1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.7.1.ebuild,v 1.1 2005/09/17 21:47:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.7.1.ebuild,v 1.2 2005/09/19 18:19:32 mr_bones_ Exp $ DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time." HOMEPAGE="http://stellarium.free.fr/" @@ -14,6 +14,7 @@ IUSE="nls" DEPEND="virtual/x11 virtual/opengl media-libs/libsdl + media-libs/sdl-mixer nls? ( sys-devel/gettext )" src_compile() { |