diff options
Diffstat (limited to 'net-analyzer/snort/snort-2.0.6.ebuild')
-rw-r--r-- | net-analyzer/snort/snort-2.0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/snort/snort-2.0.6.ebuild b/net-analyzer/snort/snort-2.0.6.ebuild index 3b4de7784072..94f35f618f46 100644 --- a/net-analyzer/snort/snort-2.0.6.ebuild +++ b/net-analyzer/snort/snort-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.6.ebuild,v 1.9 2005/01/25 12:11:24 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.6.ebuild,v 1.10 2005/01/29 05:12:51 dragonheart Exp $ inherit eutils @@ -17,7 +17,7 @@ IUSE="ssl postgres mysql prelude flexresp samba" # IUSE="${IUSE} snmp" DEPEND="virtual/libc - >=net-libs/libpcap-0.6.2-r1 + virtual/libpcap flexresp? ( <net-libs/libnet-1.1 >=net-libs/libnet-1.0.2a-r3 ) postgres? ( >=dev-db/postgresql-7.2 ) @@ -27,7 +27,7 @@ DEPEND="virtual/libc # snmp? ( >=net-analyzer/net-snmp-5.0 ) RDEPEND="virtual/libc dev-lang/perl - >=net-libs/libpcap-0.6.2-r1 + virtual/libpcap postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b ) |