diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-02 22:54:59 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-02 22:54:59 +0000 |
commit | a1cb9b58766c76735939274a53f6231927eb3194 (patch) | |
tree | db22cd3adf2e9fc36184dbc3197db141c5f8f590 /games-arcade/xbubble/xbubble-0.5.8.ebuild | |
parent | Added ~sparc-fbsd keyword. (diff) | |
download | gentoo-2-a1cb9b58766c76735939274a53f6231927eb3194.tar.gz gentoo-2-a1cb9b58766c76735939274a53f6231927eb3194.tar.bz2 gentoo-2-a1cb9b58766c76735939274a53f6231927eb3194.zip |
Add nls dependencies
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'games-arcade/xbubble/xbubble-0.5.8.ebuild')
-rw-r--r-- | games-arcade/xbubble/xbubble-0.5.8.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild index a6fbc32457d6..06f3a3aa36b5 100644 --- a/games-arcade/xbubble/xbubble-0.5.8.ebuild +++ b/games-arcade/xbubble/xbubble-0.5.8.ebuild @@ -1,22 +1,24 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.10 2006/05/09 15:42:16 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.11 2006/11/02 22:54:59 nyhm Exp $ inherit eutils games DESCRIPTION="a Puzzle Bobble clone similar to Frozen-Bubble" HOMEPAGE="http://www.nongnu.org/xbubble/" -SRC_URI="http://www.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/xbubble/${P}.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc x86" IUSE="nls" -RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) - media-libs/libpng" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + media-libs/libpng + nls? ( virtual/libintl )" DEPEND="${RDEPEND} - || ( x11-libs/libXt virtual/x11 )" + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} @@ -39,7 +41,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS NetworkProtocol README TODO prepgamesdirs } |