diff options
author | 2004-04-14 17:39:12 +0000 | |
---|---|---|
committer | 2004-04-14 17:39:12 +0000 | |
commit | 01349229f0e1e992ae72108f181d20e302d6a852 (patch) | |
tree | d25a47edc4d428cf205a29bde5bd1857ef093287 /net-analyzer | |
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')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 79fd9745c179..a658f27620d0 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-analyzer/ntop # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.20 2004/03/31 09:34:38 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.21 2004/04/14 17:39:12 squinky86 Exp $ *ntop-3.0 (31 Mar 2004) + 14 Apr 2004; Jon Hood <squinky86@gentoo.org> ntop-3.0.ebuild: + added libgd and libpng to dependencies, closes bug 46469. + 31 Mar 2004; Michael Boman <mboman@gentoo.org> metadata.xml, ntop-3.0.ebuild: New upstream version. Closes bug 45372. 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 ) |