diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:45:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:45:20 +0000 |
commit | d331e1e317dbffc32fe481ad4172b72b43de3c08 (patch) | |
tree | e85823a6d3c45682a0c7e288d058896dcd408809 /net-analyzer/ntop/ntop-3.0.ebuild | |
parent | Added a patch for the IPTables RDoS vulnerability; bug #55694. (Manifest reco... (diff) | |
download | gentoo-2-d331e1e317dbffc32fe481ad4172b72b43de3c08.tar.gz gentoo-2-d331e1e317dbffc32fe481ad4172b72b43de3c08.tar.bz2 gentoo-2-d331e1e317dbffc32fe481ad4172b72b43de3c08.zip |
libgd -> gd
Diffstat (limited to 'net-analyzer/ntop/ntop-3.0.ebuild')
-rw-r--r-- | net-analyzer/ntop/ntop-3.0.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild index bca82d6d43f7..90a4f91ab154 100644 --- a/net-analyzer/ntop/ntop-3.0.ebuild +++ b/net-analyzer/ntop/ntop-3.0.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.5 2004/06/24 22:14:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.6 2004/06/30 17:45:20 vapier Exp $ -IUSE="ssl readline tcpd ncurses" - -DESCRIPTION="ntop is a unix tool that shows network usage like top" -SRC_URI="mirror://sourceforge/ntop/${P}.tgz" +DESCRIPTION="tool that shows network usage like top" HOMEPAGE="http://www.ntop.org/ntop.html" +SRC_URI="mirror://sourceforge/ntop/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64" +IUSE="ssl readline tcpd ncurses" DEPEND=">=sys-libs/gdbm-1.8.0 >=net-libs/libpcap-0.5.2 - >=media-libs/libgd-2.0.22 + >=media-libs/gd-2.0.22 >=media-libs/libpng-1.2.5 tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) ssl? ( >=dev-libs/openssl-0.9.6 ) |