diff options
Diffstat (limited to 'net-analyzer/snort/snort-2.0.1-r1.ebuild')
-rw-r--r-- | net-analyzer/snort/snort-2.0.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/snort/snort-2.0.1-r1.ebuild b/net-analyzer/snort/snort-2.0.1-r1.ebuild index 2404d78dcdf7..3fc24452216d 100644 --- a/net-analyzer/snort/snort-2.0.1-r1.ebuild +++ b/net-analyzer/snort/snort-2.0.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.1-r1.ebuild,v 1.2 2003/08/27 19:57:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.0.1-r1.ebuild,v 1.3 2003/09/05 23:40:10 msterret Exp $ inherit eutils DESCRIPTION="Libpcap-based packet sniffer/logger/lightweight IDS" HOMEPAGE="http://www.snort.org/" -SRC_URI="http://www.snort.org/dl/${P}.tar.gz +SRC_URI="http://www.snort.org/dl/${P}.tar.gz prelude? ( mirror://gentoo/${P}+prelude.patch.gz )" LICENSE="GPL-2" @@ -25,7 +25,7 @@ DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6b ) prelude? ( >=dev-libs/libprelude-0.8 )" # snmp? ( >=net-analyzer/net-snmp-5.0 ) -RDEPEND="virtual/glibc +RDEPEND="virtual/glibc dev-lang/perl >=net-libs/libpcap-0.6.2-r1 postgres? ( >=dev-db/postgresql-7.2 ) |