diff options
Diffstat (limited to 'games-sports/tuxfootball/tuxfootball-0.3.0.ebuild')
-rw-r--r-- | games-sports/tuxfootball/tuxfootball-0.3.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-sports/tuxfootball/tuxfootball-0.3.0.ebuild b/games-sports/tuxfootball/tuxfootball-0.3.0.ebuild index 839c3a031..bb0c278c6 100644 --- a/games-sports/tuxfootball/tuxfootball-0.3.0.ebuild +++ b/games-sports/tuxfootball/tuxfootball-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -14,15 +14,15 @@ KEYWORDS="~x86" IUSE="" RDEPEND="media-libs/sdl-mixer - media-libs/sdl-image - media-libs/libsdl" + media-libs/sdl-image + media-libs/libsdl" DEPEND="dev-util/intltool - sys-devel/gettext - ${RDEPEND}" + sys-devel/gettext + ${RDEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die "dodoc failed" + dodoc AUTHORS ChangeLog README || die "dodoc failed" make_desktop_entry ${PN} Tuxfootball |