diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-14 17:39:12 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-14 17:39:12 +0000 |
commit | 01349229f0e1e992ae72108f181d20e302d6a852 (patch) | |
tree | d25a47edc4d428cf205a29bde5bd1857ef093287 /net-analyzer/ntop/ntop-3.0.ebuild | |
parent | fix space in depend (Manifest recommit) (diff) | |
download | gentoo-2-01349229f0e1e992ae72108f181d20e302d6a852.tar.gz gentoo-2-01349229f0e1e992ae72108f181d20e302d6a852.tar.bz2 gentoo-2-01349229f0e1e992ae72108f181d20e302d6a852.zip |
add libgd and libpng to dependencies; fixes #46469
Diffstat (limited to 'net-analyzer/ntop/ntop-3.0.ebuild')
-rw-r--r-- | net-analyzer/ntop/ntop-3.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild index bfb0646d6d3f..f08a65e47079 100644 --- a/net-analyzer/ntop/ntop-3.0.ebuild +++ b/net-analyzer/ntop/ntop-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/03/31 09:35:50 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.3 2004/04/14 17:39:12 squinky86 Exp $ IUSE="ssl readline tcpd ncurses" @@ -14,6 +14,8 @@ KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64" DEPEND=">=sys-libs/gdbm-1.8.0 >=net-libs/libpcap-0.5.2 + >=media-libs/libgd-2.0.22 + >=media-libs/libpng-1.2.5 tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) ssl? ( >=dev-libs/openssl-0.9.6 ) readline? ( >=sys-libs/readline-4.1 ) |