diff options
Diffstat (limited to 'net-analyzer/mtr/mtr-0.72.ebuild')
-rw-r--r-- | net-analyzer/mtr/mtr-0.72.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/mtr/mtr-0.72.ebuild b/net-analyzer/mtr/mtr-0.72.ebuild index 8d65bc8f0d0b..00994bc31e40 100644 --- a/net-analyzer/mtr/mtr-0.72.ebuild +++ b/net-analyzer/mtr/mtr-0.72.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.72.ebuild,v 1.11 2007/07/20 09:15:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.72.ebuild,v 1.12 2008/05/06 13:47:24 drac Exp $ inherit flag-o-matic @@ -13,9 +13,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86" IUSE="gtk ipv6" -DEPEND="dev-util/pkgconfig - sys-libs/ncurses +RDEPEND="sys-libs/ncurses gtk? ( >=x11-libs/gtk+-2 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { local myconf |