diff options
author | 2013-06-15 09:26:05 +0000 | |
---|---|---|
committer | 2013-06-15 09:26:05 +0000 | |
commit | 4603e4738f7422b573566695c219e6590a4f2dc4 (patch) | |
tree | e6fbb087143e34283405b8a233cc8c2bed63f9c4 /games-emulation/vbam/vbam-9999.ebuild | |
parent | Raise dep on libxbcommon. Thanks to Nikoli for patch. (diff) | |
download | historical-4603e4738f7422b573566695c219e6590a4f2dc4.tar.gz historical-4603e4738f7422b573566695c219e6590a4f2dc4.tar.bz2 historical-4603e4738f7422b573566695c219e6590a4f2dc4.zip |
Add imagemagick/graphicsmagick build dep when wxwidgets support is enabled (bug #465492).
Package-Manager: portage-2.2.0_alpha179/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'games-emulation/vbam/vbam-9999.ebuild')
-rw-r--r-- | games-emulation/vbam/vbam-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild index 5dc0c16f2e94..b00e55144c52 100644 --- a/games-emulation/vbam/vbam-9999.ebuild +++ b/games-emulation/vbam/vbam-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.4 2013/01/25 22:48:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.5 2013/06/15 09:26:01 radhermit Exp $ EAPI=4 WX_GTK_VER="2.8" @@ -36,6 +36,7 @@ RDEPEND=">=media-libs/libpng-1.4 x11-libs/wxGTK:2.8[X,opengl] )" DEPEND="${RDEPEND} + wxwidgets? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) x86? ( || ( dev-lang/nasm dev-lang/yasm ) ) nls? ( sys-devel/gettext ) virtual/pkgconfig" |