diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 17:53:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 17:53:14 +0000 |
commit | 767bd243d830c559085830360cfa5f4fd59a4afb (patch) | |
tree | 92bffc83108657c8b0f564d75ebd2eac57a3955f /net-p2p/amule/amule-2.1.3.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-767bd243d830c559085830360cfa5f4fd59a4afb.tar.gz gentoo-2-767bd243d830c559085830360cfa5f4fd59a4afb.tar.bz2 gentoo-2-767bd243d830c559085830360cfa5f4fd59a4afb.zip |
add media-libs/gd as a dep if we enable remote
(Portage version: 2.1.2-r11)
Diffstat (limited to 'net-p2p/amule/amule-2.1.3.ebuild')
-rw-r--r-- | net-p2p/amule/amule-2.1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/amule/amule-2.1.3.ebuild b/net-p2p/amule/amule-2.1.3.ebuild index 501bdd03dbb0..db28333f413d 100644 --- a/net-p2p/amule/amule-2.1.3.ebuild +++ b/net-p2p/amule/amule-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.1.3.ebuild,v 1.10 2007/02/13 15:11:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.1.3.ebuild,v 1.11 2007/02/24 17:53:14 armin76 Exp $ inherit eutils flag-o-matic wxwidgets @@ -19,7 +19,8 @@ IUSE="amuled debug gtk nls remote stats unicode" DEPEND=">=x11-libs/wxGTK-2.6.0 >=sys-libs/zlib-1.2.1 stats? ( >=media-libs/gd-2.0.26 ) - remote? ( >=media-libs/libpng-1.2.0 )" + remote? ( >=media-libs/libpng-1.2.0 + unicode? ( >=media-libs/gd-2.0.26 ) )" pkg_setup() { export WX_GTK_VER="2.6" |