summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-03-03 15:57:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-03-03 15:57:09 +0000
commitd33e527cc8c28dfcbe0b3cad3bc3802707fcc0f3 (patch)
tree23e5798679223b319078bff509c52781c7b2197e /games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild
parentupdate hotmail.lua digest from upstream (diff)
downloadhistorical-d33e527cc8c28dfcbe0b3cad3bc3802707fcc0f3.tar.gz
historical-d33e527cc8c28dfcbe0b3cad3bc3802707fcc0f3.tar.bz2
historical-d33e527cc8c28dfcbe0b3cad3bc3802707fcc0f3.zip
modular X deps - patch from UncleOwen via bug #122475; clean old
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild')
-rw-r--r--games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild
index d0e4eb302f55..87e0f3696f4a 100644
--- a/games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild
+++ b/games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild,v 1.2 2005/09/17 21:32:14 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild,v 1.3 2006/03/03 15:57:09 mr_bones_ Exp $
inherit games
@@ -13,14 +13,16 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-DEPEND=">=media-libs/libsdl-1.1.5
+RDEPEND=">=media-libs/libsdl-1.1.5
media-libs/jpeg
sys-libs/zlib
media-libs/libpng
media-libs/sdl-image
media-libs/sdl-net
media-libs/sdl-mixer
- virtual/x11"
+ || ( x11-libs/libX11 virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-libs/libXt virtual/x11 )"
src_install() {
make DESTDIR="${D}" install || die "make install failed"