diff options
author | 2006-03-03 15:57:09 +0000 | |
---|---|---|
committer | 2006-03-03 15:57:09 +0000 | |
commit | 7b435dd6517f9be00f55dcba7d45c702fc2ba56b (patch) | |
tree | cb20c73a7125abcee6af57b962a02e736593f180 /games-rpg/freedroidrpg/freedroidrpg-0.9.13.ebuild | |
parent | update hotmail.lua digest from upstream (diff) | |
download | gentoo-2-7b435dd6517f9be00f55dcba7d45c702fc2ba56b.tar.gz gentoo-2-7b435dd6517f9be00f55dcba7d45c702fc2ba56b.tar.bz2 gentoo-2-7b435dd6517f9be00f55dcba7d45c702fc2ba56b.zip |
modular X deps - patch from UncleOwen via bug #122475; clean old
(Portage version: 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.ebuild | 10 |
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" |